Home
last modified time | relevance | path

Searched refs:pp_res (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/test/modules/packetizer/
H A Dhxxx.c86 const uint8_t **pp_res, size_t *pi_res ) in testannexbin() argument
108 printf("0x%.2x, ", pp_res[i][j] ); in testannexbin()
112 assert( memcmp( p_block->p_buffer, pp_res[i], pi_res[i] ) == 0 ); in testannexbin()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Ddns.py1115 pp_res = svc_res.get(port, False)
1116 if not pp_res:
1125 curr_proto = pp_res["proto"]
1129 pp_res["proto"] = [curr_proto, proto]
1131 curr_desc = pp_res.get("desc", False)
1134 pp_res["desc"] = comment
1136 pp_res["desc"] = "{}, {}".format(curr_desc, comment)
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dspirv_reflect.cpp287 uint32_t** pp_res, in IntersectSortedUint32() argument
309 *pp_res = NULL; in IntersectSortedUint32()
311 *pp_res = (uint32_t*)calloc(*res_size, sizeof(**pp_res)); in IntersectSortedUint32()
312 if (IsNull(*pp_res)) { in IntersectSortedUint32()
315 uint32_t* idxr = *pp_res; in IntersectSortedUint32()
/dports/x11-wm/chamfer/chamferwm-d0916ee/third/spirv_reflect/
H A Dspirv_reflect.c287 uint32_t** pp_res, in IntersectSortedUint32() argument
309 *pp_res = NULL; in IntersectSortedUint32()
311 *pp_res = (uint32_t*)calloc(*res_size, sizeof(**pp_res)); in IntersectSortedUint32()
312 if (IsNull(*pp_res)) { in IntersectSortedUint32()
315 uint32_t* idxr = *pp_res; in IntersectSortedUint32()