OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lindex
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/lgpl3/gmp/dist/
primesieve.c
275
mp_size_t step,
lindex
;
local
280
/*
lindex
= n_to_bit(id_to_n(i)*id_to_n(i)); */
281
lindex
= i*(step+1)-1+(-(i&1)&(i+1));
282
/*
lindex
= i*(step+1+(i&1))-1+(i&1); */
283
if (
lindex
> bits)
289
lmask = CNST_LIMB(1) << (
lindex
% GMP_LIMB_BITS);
291
bit_array[
lindex
/ GMP_LIMB_BITS] |= lmask;
293
lindex
+= step;
294
} while (
lindex
<= bits);
296
/*
lindex
= n_to_bit(id_to_n(i)*bit_to_n(i)); *
333
mp_size_t step,
lindex
;
local
[
all
...]
/src/usr.sbin/envstat/
config.c
358
prop_string_t
lindex
;
local
371
lindex
= prop_dictionary_get(sb->dict, "index");
372
sensor = prop_string_value(
lindex
);
384
if (prop_string_equals(
lindex
, obj)) {
/src/external/gpl2/gmake/dist/
misc.c
411
lindex
(const char *s, const char *limit, int c)
405
lindex
(const char *s, const char *limit, int c)
function
/src/sys/arch/x86/x86/
mpacpi.c
179
int *index = aux, pin,
lindex
;
local
253
lindex
= isa_ovr->SourceIrq;
257
if (
lindex
> 2)
258
lindex
--;
259
mpi = &mp_intrs[
lindex
];
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c
635
ac_uint4 ch, last,
lindex
, sindex;
local
643
lindex
= last - LBase;
644
if (
lindex
< (ac_uint4) LCount) {
648
last = SBase + (
lindex
* VCount + vindex) * TCount;
/src/external/gpl3/binutils/dist/gas/
symbols.c
2185
unsigned int
lindex
= 0;
2188
if (s[
lindex
] == LOCAL_LABEL_PREFIX)
2189
++
lindex
;
2192
if (s[
lindex
] != 'L')
2195
for (label_number = 0, p = s +
lindex
+ 1; ISDIGIT (*p); ++p)
2181
unsigned int
lindex
= 0;
local
/src/external/gpl3/binutils.old/dist/gas/
symbols.c
2185
unsigned int
lindex
= 0;
2188
if (s[
lindex
] == LOCAL_LABEL_PREFIX)
2189
++
lindex
;
2192
if (s[
lindex
] != 'L')
2195
for (label_number = 0, p = s +
lindex
+ 1; ISDIGIT (*p); ++p)
2181
unsigned int
lindex
= 0;
local
Completed in 20 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026