OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_word
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/
md5.c
280
register FLAC__int32
a_word
;
local
301
a_word
= signal[0][sample];
302
*buf_++ = (FLAC__byte)
a_word
;
a_word
>>= 8;
303
*buf_++ = (FLAC__byte)
a_word
;
304
a_word
= signal[1][sample];
305
*buf_++ = (FLAC__byte)
a_word
;
a_word
>>= 8;
306
*buf_++ = (FLAC__byte)
a_word
;
311
a_word
= signal[0][sample]
[
all
...]
/ndk/sources/host-tools/make-3.81/
function.c
886
struct
a_word
888
struct
a_word
*next;
889
struct
a_word
*chain;
898
return_STRING_HASH_1 (((struct
a_word
const *) key)->str);
904
return_STRING_HASH_2 (((struct
a_word
const *) key)->str);
910
int result = ((struct
a_word
const *) x)->length - ((struct
a_word
const *) y)->length;
913
return_STRING_COMPARE (((struct
a_word
const *) x)->str,
914
((struct
a_word
const *) y)->str);
929
struct
a_word
*wordhead
879
struct
a_word
struct
[
all
...]
Completed in 65 milliseconds