OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_char
(Results
1 - 3
of
3
) sorted by null
/system/core/libnl_2/genl/
genl.c
102
int
num_char
;
local
140
num_char
= sendmsg(sock->s_fd, &msg, 0);
141
if (
num_char
== -1)
/external/srtp/crypto/math/
math.c
365
char_to_hex_string(char *x, int
num_char
) {
368
if (
num_char
>= 16)
369
num_char
= 16;
370
for (i=j=0; i <
num_char
; i++) {
/external/srtp/crypto/include/
datatypes.h
130
char_to_hex_string(char *x, int
num_char
);
Completed in 1056 milliseconds