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

  /device/google/contexthub/firmware/os/inc/
toolchain.h 74 #define DECLARE_OS_ALIGNMENT(nam, size, extra_keyword, struct_type) _Pragma("data_alignment=4") extra_keyword uint8_t _##nam##_store [size]; extra_keyword #struct_type *nam = (#struct_type *)_##nam##_store
117 #define DECLARE_OS_ALIGNMENT(nam, size, extra_keyword, struct_type) extra_keyword uint8_t _##nam##_store [size] __attribute__((aligned(4))); extra_keyword struct_type *nam = (struct_type *)_##nam##_store
  /kernel/tests/net/test/
pf_key.py 168 struct_type = None
170 struct_type = SadbSa
173 struct_type = SadbLifetime
176 struct_type = SadbAddress
178 struct_type = SadbKey
180 struct_type = SadbXSa2
182 struct_type = SadbXNatTType
184 struct_type = SadbXNatTPort
186 if struct_type:
187 ext, attrs = cstruct.Read(data, struct_type)
    [all...]
xfrm.py 338 struct_type = XfrmUsersaInfo
340 struct_type = XfrmUsersaId
342 struct_type = XfrmUsersaId
344 struct_type = XfrmUserSpiInfo
346 struct_type = XfrmUserpolicyInfo
348 struct_type = None
351 if struct_type:
352 print "%s %s" % (cmdname, str(self._ParseNLMsg(data, struct_type)))
cstruct.py 273 def Read(data, struct_type):
274 length = len(struct_type)
275 return struct_type(data), data[length:]
iproute.py 437 struct_type = {
444 parsed = self._ParseNLMsg(data, struct_type)
  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 421 const glsl_type *struct_type = deref_record->record->type; local
424 for (unsigned int i = 0; i < struct_type->length; i++) {
425 const glsl_type *type = struct_type->fields.structure[i].type;
429 struct_type->fields.structure[i].name);
442 if (struct_type->fields.structure[i].offset != -1) {
443 intra_struct_offset = struct_type->fields.structure[i].offset;
448 if (strcmp(struct_type->fields.structure[i].name,
451 *struct_field = &struct_type->fields.structure[i];
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
target.ml 37 let sty = struct_type context [| i32_type; i64_type |] in
vmcore.ml 173 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
840 let sty = struct_type context [| i8_type; i64_type |] in
870 let rt = struct_type context [| pointer_type i8_type; i32_type |] in
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 36 typedef T struct_type; typedef
37 uint64_t Size = sizeof(struct_type);
46 struct_type *Ptr = (struct_type *) (Buffer.data() + Base);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
vk_helper.py 287 def _add_struct(self, line_txt, struct_type, num):
289 if '{' == struct_type:
291 if not struct_type in self.struct_dict:
292 self.struct_dict[struct_type] = {}
300 self.struct_dict[struct_type][num] = {}
301 self.struct_dict[struct_type][num]['full_type'] = member_type
302 self.struct_dict[struct_type][num]['dyn_array'] = False
304 self.struct_dict[struct_type][num]['ptr'] = True
309 self.struct_dict[struct_type][num]['ptr'] = False
311 self.struct_dict[struct_type][num]['const'] = Tru
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 1265 StructType struct_type; local
1280 StructType struct_type; local
1290 StructType struct_type; local
1347 StructType struct_type; local
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py 241 struct_type = JavaScriptType(field.kind)
242 return "%s, %s" % (struct_type, nullable)
  /external/llvm/test/Bindings/OCaml/
target.ml 46 let sty = struct_type context [| i32_type; i64_type |] in
core.ml 224 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
941 let sty = struct_type context [| i8_type; i64_type |] in
    [all...]
  /external/vulkan-validation-layers/scripts/
object_tracker_generator.py 632 def StructWithExtensions(self, struct_type):
633 if struct_type in self.struct_member_dict:
634 param_info = self.struct_member_dict[struct_type]
    [all...]
unique_objects_generator.py 461 def StructWithExtensions(self, struct_type):
462 if struct_type in self.struct_member_dict:
463 param_info = self.struct_member_dict[struct_type]
    [all...]
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 221 result = arg.struct_type();
226 << " no predefined_type, struct_type, nor sub_struct set"
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1555 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2734 const glsl_type *struct_type = ir->record->type; local
3844 const glsl_type *struct_type = deref_record->record->type; local
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 297 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
    [all...]
llvm.mli 471 (** [struct_type context tys] returns the structure type in the context
474 val struct_type : llcontext -> lltype array -> lltype var
761 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 386 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
    [all...]
llvm.mli 603 (** [struct_type context tys] returns the structure type in the context
606 val struct_type : llcontext -> lltype array -> lltype var
926 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]

Completed in 431 milliseconds