Home
last modified time | relevance | path

Searched refs:types (Results 1 – 20 of 20) sorted by relevance

/third_party/ulib/musl/src/time/
A D__tz.c205 types = idx + zi_read32(trans - 12); in do_tzset()
206 abbrevs = types + 6 * zi_read32(trans - 8); in do_tzset()
218 for (p = types; p < abbrevs; p += 6) { in do_tzset()
314 for (a = 0; a < (abbrevs - types) / 6; a++) { in scan_trans()
315 if (types[6 * a + 4] != types[4]) in scan_trans()
318 if (a == (abbrevs - types) / 6) in scan_trans()
320 if (types[6 * a + 4]) { in scan_trans()
332 if (a && types[6 * idx[a - 1] + 4] != types[6 * idx[a] + 4]) in scan_trans()
334 else if (a + 1 < n && types[6 * idx[a + 1] + 4] != types[6 * idx[a] + 4]) in scan_trans()
394 *isdst = types[6 * i + 4]; in __secs_to_zone()
[all …]
/third_party/uapp/kilo/
A Drules.mk31 MODULE_CFLAGS += -Wno-incompatible-pointer-types-discards-qualifiers
/third_party/lib/acpica/
A Drules.mk15 -Wno-incompatible-pointer-types-discards-qualifiers \
A Dchanges.txt7545 Operation Region types. New types supported are: PCI_Config, CMOS, and
7861 each of the various object types. (Valery Podrezov)
12315 the various types of internal descriptors. Guards against null
12451 types.
13066 types. This simplifies a lot of code that checks for a return
13341 looking for specific object types.
13548 Buffer, in addition to the scoping object types (Device,
14292 used in the declarations of these object types.
14416 external object types as well as most internal types.
15551 "small" resource descriptor types were not recognized.
[all …]
/third_party/uapp/dash/src/
A Dnodetypes37 # lines specify the fields of the structure. Several node types can share
42 # by a type. The currently implemented types are:
49 # The last two types should be followed by the text of a C declaration for
A Dparser.c1192 static const char types[] = "}-+?="; in readtoken1() local
1266 p = strchr(types, c); in readtoken1()
1269 subtype |= p - types + VSNORMAL; in readtoken1()
A DTOUR131 nodes. The various types of nodes are defined in the file node-
132 types.
160 stitution. The possible types are:
A Dvar.c116 INCLUDE <sys/types.h>
/third_party/uapp/dash/
A Drules.mk71 MODULE_CFLAGS += -Wno-incompatible-pointer-types-discards-qualifiers
/third_party/ulib/backtrace/
A Dconfig.h.in58 /* Define to 1 if you have the <sys/types.h> header file. */
/third_party/ulib/linenoise/
A DREADME.markdown92 screen will be used, and as the user types more, the text will scroll towards
168 The feature shows, on the right of the cursor, as the user types, hints that
/third_party/ulib/acpica/
A Drules.mk193 -Wno-incompatible-pointer-types-discards-qualifiers \
/third_party/lib/acpica/source/common/
A Ddmextern.c1206 statement for these types of methods, with the proper number of arguments .
/third_party/ulib/usbhost/
A DLICENSE.txt34 and conversions to other media types.
/third_party/tools/android/
A DLICENSE34 and conversions to other media types.
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in180 * Historically, we dealt with this by each header into four sections (types,
185 * types.
/third_party/ulib/musl/
A DWHATSNEW847 - incorrect PRI/SCN macros in inttypes.h for some types
981 - macros/types for new Linux kernel features in headers
1271 - incorrect syscall argument 6/7 types for pselect on x32
1528 - support for more relocation types in libc.so, not currently used
A Dmusl-rules.mk33 -Werror=incompatible-pointer-types \
/third_party/ulib/jemalloc/
A Dconfigure.ac1143 #include <sys/types.h>
1672 #include <sys/types.h>
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3092 //Source1 and Source2 are evaluated as integer data types,
3104 //Source1 and Source2 are evaluated as integer data types,
4231 //Source1 and Source2 are evaluated as integer data types, a bit-wise NAND is performed, and the re…
4240 //Source1 and Source2 are evaluated as integer data types, a bit-wise NOR is performed, and the res…
4476 //Source and ShiftCount are evaluated as integer data types. Source is shifted right with the most …
4484 //Source and ShiftCount are evaluated as integer data types. Source is shifted left with the least …
4686 //This Method tests XOr operator for all the data types i.e. BYTE, WORD and DWORD

Completed in 636 milliseconds