OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_buf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c
20
unsigned char
count_buf
[4];
local
27
addr[1] =
count_buf
;
36
count_buf
[0] = (count >> 24) & 0xff;
37
count_buf
[1] = (count >> 16) & 0xff;
38
count_buf
[2] = (count >> 8) & 0xff;
39
count_buf
[3] = count & 0xff;
/frameworks/base/core/jni/
android_opengl_GLES20.cpp
[
all
...]
Completed in 1165 milliseconds