HomeSort by relevance Sort by last modified time
    Searched refs:pack2 (Results 1 - 3 of 3) sorted by null

  /bionic/libc/netbsd/resolv/
res_cache.c 878 _dnsPacket_isEqualDomainName( DnsPacket* pack1, DnsPacket* pack2 )
882 const uint8_t* p2 = pack2->cursor;
883 const uint8_t* end2 = pack2->end;
899 pack2->cursor = p2;
923 _dnsPacket_isEqualBytes( DnsPacket* pack1, DnsPacket* pack2, int numBytes )
926 const uint8_t* p2 = pack2->cursor;
928 if ( p1 + numBytes > pack1->end || p2 + numBytes > pack2->end )
935 pack2->cursor += numBytes;
940 _dnsPacket_isEqualQR( DnsPacket* pack1, DnsPacket* pack2 )
943 if ( !_dnsPacket_isEqualDomainName(pack1, pack2) ||
1201 DnsPacket pack1[1], pack2[1]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 549 LLVMValueRef (*pack2)(struct gallivm_state *gallivm,
564 pack2 = &lp_build_pack2;
566 pack2 = &lp_build_packs2;
584 tmp[i] = pack2(gallivm, src_type, tmp_type,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 549 LLVMValueRef (*pack2)(struct gallivm_state *gallivm,
564 pack2 = &lp_build_pack2;
566 pack2 = &lp_build_packs2;
584 tmp[i] = pack2(gallivm, src_type, tmp_type,

Completed in 587 milliseconds