HomeSort by relevance Sort by last modified time
    Searched refs:nh (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /external/scapy/test/
ipsec.uts     [all...]
  /toolchain/binutils/binutils-2.27/include/
longlong.h 837 # define udiv_qrnnd(q, r, nh, nl, d) \
838 asm("divu %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
839 # define sdiv_qrnnd(q, r, nh, nl, d) \
840 asm("div %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 2647 native_handle_t *nh = NULL; local
2743 native_handle_t *nh = (native_handle_t *)(omxhdr->pBuffer); local
2751 native_handle_t *nh = meta_buf->nh; local
    [all...]
omx_video_base.cpp 3494 native_handle_t *nh = native_handle_create(1 \/*numFds*\/, 3 \/*numInts*\/); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 263 int32_t updateNativeHandle(native_handle_t *nh,
QCamera2HWICallbacks.cpp 1519 native_handle_t *nh = NULL; local
1580 native_handle_t *nh = NULL; local
    [all...]
  /kernel/tests/net/test/
packets.py 139 ip = scapy.IPv6(src=srcaddr, dst=dstaddr, nh=net_test.IPPROTO_GRE)
xfrm_test.py 165 protocol = packet.nh if version == 6 else packet.proto
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 1162 WNode nh = whead, np = wtail; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 646 int nh; /* total number of `record' elements */ member in struct:ConsControl
659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
664 cc->nh++;
737 cc.na = cc.nh = cc.tostore = 0;
752 SETARG_C(fs->f->code[pc], luaO_int2fb(cc.nh)); /* set initial table size */
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 646 int nh; /* total number of `record' elements */ member in struct:ConsControl
659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
664 cc->nh++;
737 cc.na = cc.nh = cc.tostore = 0;
752 SETARG_C(fs->f->code[pc], luaO_int2fb(cc.nh)); /* set initial table size */
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-hppa.c 1096 struct elf_link_hash_entry *nh;
1100 nh = elf_link_hash_lookup (elf_hash_table (x->info),
1104 nh->root.type = eh->root.type;
1105 nh->root.u.def.value = eh->root.u.def.value;
1106 nh->root.u.def.section = eh->root.u.def.section;
1108 if (! bfd_elf_link_record_dynamic_symbol (x->info, nh))
1095 struct elf_link_hash_entry *nh; local
2204 struct elf_link_hash_entry *nh; local
    [all...]
  /external/scapy/scapy/contrib/
eigrp.py 493 bind_layers(IPv6, EIGRP, nh=88)
ospf.py 747 bind_layers(IPv6, OSPFv3_Hdr, nh=89)
  /libcore/ojluni/src/main/java/java/util/
GregorianCalendar.java 1203 int nh = (h + amount) % unit; local
    [all...]
JapaneseImperialCalendar.java 569 int nh = (h + amount) % unit; local
570 if (nh < 0) {
571 nh += unit;
573 time += ONE_HOUR * (nh - h);
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 160 native_handle_t *nh; member in struct:output_metabuffer
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /external/tcpdump/
print-isakmp.c 3118 int nh, enh, padlen; local
    [all...]
netdissect.h 522 extern void ip_print_inner(netdissect_options *, const u_char *, u_int, u_int nh, const u_char *);
  /external/scapy/scapy/layers/
sctp.py 662 bind_layers( IPv6, SCTP, nh=IPPROTO_SCTP)
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 1466 final int nh = oh * maxSize \/ longerDimension; local
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.sub 748 nh[45]000)
  /external/fec/
config.sub 646 nh[45]000)

Completed in 2021 milliseconds

1 2 34 5 6 7 8