HomeSort by: relevance | last modified time | path
    Searched defs:as_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/acpi/
aibs_acpi.c 84 uint64_t as_type; member in struct:aibs_sensor
466 as->as_type = obj->Package.Elements[0].Integer.Value;
475 switch (AIBS_TYPE(as->as_type)) {
533 cmb[0] = as->as_type;
549 cmi.Integer.Value = as->as_type;
552 switch (AIBS_TYPE(as->as_type)) {
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1070 as_type () { return this; } function in class:gcc::jit::recording::struct_
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 1008 as_type () { return this; } function in class:gcc::jit::recording::struct_
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 342 addr_space_t as_type = TYPE_ADDR_SPACE (type);
348 if (!addr_space_superset (as_type, as_like, &as_common))
350 as_common = as_type;
340 addr_space_t as_type = TYPE_ADDR_SPACE (type); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 333 addr_space_t as_type = TYPE_ADDR_SPACE (type);
339 if (!addr_space_superset (as_type, as_like, &as_common))
341 as_common = as_type;
331 addr_space_t as_type = TYPE_ADDR_SPACE (type); local

Completed in 54 milliseconds