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

  /external/flatbuffers/include/flatbuffers/
minireflect.h 203 auto type_code = type_table->type_codes[type_code_idx]; local
204 switch (type_code.base_type) {
206 auto ref = type_table->type_refs[type_code.sequence_ref]();
237 auto type_code = type_table->type_codes[i]; local
238 auto type = static_cast<ElementaryType>(type_code.base_type);
239 auto is_vector = type_code.is_vector != 0;
240 auto ref_idx = type_code.sequence_ref;
  /external/scapy/scapy/contrib/
bgp.py     [all...]
bgp.uts 593 raw(BGPPathAttr(type_code = 1, attribute = BGPPAOrigin(origin = 0)))
596 raw(BGPPathAttr(type_code = 2, attribute = BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(segment_type = 2, segment_value = [64501, 64501, 64501])]))) == b'\x80\x02\x08\x02\x03\xfb\xf5\xfb\xf5\xfb\xf5'
600 raw(BGPPathAttr(type_code = 14, attribute = BGPPAMPReachNLRI(afi = 2, safi = 1, nh_addr_len = 16, nh_v6_addr = "2001:db8::2", nlri = [BGPNLRI_IPv6(prefix = "2001:db8:2::/64")]))) == b'\x80\x0e\x1e\x00\x02\x01\x10 \x01\r\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00@ \x01\r\xb8\x00\x02\x00\x00'
604 a.type_flags == 0x90 and a.type_code == 15 and a.attr_ext_len == 88 and a.attribute.afi == 2 and a.attribute.safi == 1 and a.attribute.afi_safi_specific.withdrawn_routes[0].prefix == "6000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[1].prefix == "8000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[2].prefix == "a000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[3].prefix == "c000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[4].prefix == "e000::/4" and a.attribute.afi_safi_specific.withdrawn_routes[5].prefix == "f000::/5" and a.attribute.afi_safi_specific.withdrawn_routes[23].prefix == "1000::/4"
    [all...]
  /external/libffi/src/arm/
ffi.c 236 int type_code; local
258 && (type_code = vfp_type_p (cif->rtype)) != 0)
262 cif->flags = (unsigned) type_code;
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 236 int type_code; local
258 && (type_code = vfp_type_p (cif->rtype)) != 0)
262 cif->flags = (unsigned) type_code;
  /external/v8/src/wasm/
wasm-module-builder.h 262 ValueTypeCode type_code; member in struct:v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport
wasm-module-builder.cc 347 buffer.write_u8(import.type_code);
  /external/brotli/c/enc/
brotli_bit_stream.c 78 size_t type_code = (type == calculator->last_type + 1) ? 1u : local
82 return type_code;
787 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); local
788 if (i != 0) ++type_histo[type_code];
    [all...]

Completed in 1262 milliseconds