HomeSort by relevance Sort by last modified time
    Searched refs:res_id (Results 26 - 36 of 36) sorted by null

12

  /external/libpcap/
pcap-netfilter-linux.c 256 nfqueue_send_verdict(handle, ntohs(nfg->res_id), id, NF_ACCEPT);
315 netfilter_send_config_msg(const pcap_t *handle, uint16_t msg_type, int ack, u_int8_t family, u_int16_t res_id, const struct my_nfattr *mynfa)
337 nfg->res_id = htons(res_id);
  /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
peeling_pass.cpp 34 const std::string& res_id, const std::string& op1,
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n";
73 const std::string& res_id, const std::string& op1, const std::string& op2,
76 text_head, text_tail, opcode, res_id, op1, op2);
90 const std::string& res_id, const std::string& op1,
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2,
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
peeling_pass.cpp 34 const std::string& res_id, const std::string& op1,
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n";
73 const std::string& res_id, const std::string& op1, const std::string& op2,
76 text_head, text_tail, opcode, res_id, op1, op2);
90 const std::string& res_id, const std::string& op1,
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2,
    [all...]
  /external/freetype/builds/mac/
ftmac.c 969 ResID res_id; local
982 res_id = 501;
987 post_data = Get1Resource( TTAG_POST, res_id++ );
1020 res_id = 501;
1026 post_data = Get1Resource( TTAG_POST, res_id++ );
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
instruction.cpp 71 uint32_t res_id, const OperandList& in_operands)
76 has_result_id_(res_id != 0),
85 std::initializer_list<uint32_t>{res_id});
  /external/skia/modules/skottie/src/
SkottieLayer.cpp 307 const auto res_id = SkStringPrintf("%s|%s", path_cstr, name_cstr); local
308 if (auto* cached_info = fImageAssetCache.find(res_id)) {
321 return fImageAssetCache.set(res_id, { std::move(asset), size });
  /external/skqp/modules/skottie/src/
SkottieLayer.cpp 305 const auto res_id = SkStringPrintf("%s|%s", path_cstr, name_cstr); local
306 if (auto* cached_info = fImageAssetCache.find(res_id)) {
319 return fImageAssetCache.set(res_id, { std::move(asset), size });
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
instruction.cpp 71 uint32_t res_id, const OperandList& in_operands)
76 has_result_id_(res_id != 0),
85 std::initializer_list<uint32_t>{res_id});
  /external/libnfnetlink/src/
libnfnetlink.c 510 * @res_id: resource id
521 u_int16_t res_id,
547 nfg->res_id = htons(res_id);
    [all...]
  /external/iptables/iptables/
nft.c     [all...]
  /external/virglrenderer/src/
vrend_renderer.c 412 uint32_t res_id[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:vrend_shader_view
    [all...]

Completed in 1458 milliseconds

12