OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isn
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/include/
ekt.h
120
uint16_t
isn
; /* initial sequence number */
member in struct:ekt_stream_ctx_t
/external/llvm/tools/llvm-c-test/
module.c
64
LLVMValueRef
isn
;
local
74
for (
isn
= LLVMGetFirstInstruction(bb);
isn
;
75
isn
= LLVMGetNextInstruction(
isn
)) {
77
if (LLVMIsACallInst(
isn
)) {
79
LLVMGetOperand(
isn
, LLVMGetNumOperands(
isn
) - 1);
84
printf(" #
isn
: %u\n", nisn);
/external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c
208
uint16_t
isn
;
local
236
/* copy
ISN
into packet */
237
isn
= (uint16_t)pkt_index;
238
*((uint16_t *)packet) = htons(
isn
);
239
debug_print(mod_srtp, "writing EKT
ISN
: %s,",
240
octet_string_hex_string(packet, sizeof(
isn
)));
241
packet += sizeof(
isn
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists
209
del self._last_commit_time_by_author_cache['(no author)'] # The initial svn import
isn
't very useful.
namespace
Completed in 70 milliseconds