HomeSort by relevance Sort by last modified time
    Searched refs:ndx (Results 51 - 63 of 63) sorted by null

1 23

  /external/openssh/
umac.c 185 * 'ndx' causes a distinct byte stream.
187 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes)
195 in_buf[AES_BLOCK_LEN-9] = ndx;
237 /* 'ndx' indicates that we'll be using the 0th or 1st eight bytes
238 * of the AES output. If last time around we returned the ndx-1st
252 int ndx = nonce[7] & LOW_BIT_MASK; local
266 *((UINT32 *)buf) ^= ((UINT32 *)pc->cache)[ndx];
268 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
    [all...]
  /external/elfutils/src/
unstrip.c 395 size_t ndx = GELF_R_SYM (*info);
396 if (ndx != STN_UNDEF)
397 *info = GELF_R_INFO (map[ndx - 1], GELF_R_TYPE (*info));
910 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab)
914 ndx, elf_errmsg (-1));
1033 sec->scn = elf_getscn (main, i + 1); /* Really just for ndx. */
394 size_t ndx = GELF_R_SYM (*info); local
1314 const size_t ndx = elf_ndxscn (scn); local
    [all...]
elflint.c 2616 GElf_Versym ndx; member in struct:version_namelist
    [all...]
  /external/elfutils/libebl/
eblopenbackend.c 539 int ndx __attribute__ ((unused)),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bisect.py 277 def __getitem__(self, ndx):
test_heapq.py 233 def __getitem__(self, ndx):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bisect.py 277 def __getitem__(self, ndx):
test_heapq.py 233 def __getitem__(self, ndx):
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 540 CARD8 ndx; member in struct:_xkbGetNamedIndicatorReply
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 540 CARD8 ndx; member in struct:_xkbGetNamedIndicatorReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 540 CARD8 ndx; member in struct:_xkbGetNamedIndicatorReply
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 218 milliseconds

1 23