OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nstr
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/lib/
util.cc
50
ostringstream
nstr
;
local
51
nstr
<< n;
52
*s =
nstr
.str();
/external/e2fsprogs/intl/
dcigettext.c
755
nls_uint32
nstr
=
local
758
if (
nstr
== 0)
762
nstr
--;
764
/* Compare msgid with the original string at index
nstr
.
767
if (
nstr
< nstrings
768
? W (domain->must_swap, domain->orig_tab[
nstr
].length) >= len
771
domain->orig_tab[
nstr
].offset))
773
: domain->orig_sysdep_tab[
nstr
- nstrings].length > len
775
domain->orig_sysdep_tab[
nstr
- nstrings].pointer)
778
act =
nstr
;
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
[
all
...]
i386_parse.y
1330
which_chars (const char *str[], size_t
nstr
)
1336
for (size_t cnt = 0; cnt <
nstr
; ++cnt)
1388
compute_pfxfreq (const char *str[], size_t
nstr
)
1392
for (size_t i = 0; i <
nstr
; ++i)
1395
for (size_t i = 0; i <
nstr
; ++i)
1414
compute_sfxfreq (size_t
nstr
, struct strsnlen *strsnlen)
1418
for (size_t i = 0; i <
nstr
; ++i)
1421
for (size_t i = 0; i <
nstr
; ++i)
[
all
...]
Completed in 52 milliseconds