Home
last modified time | relevance | path

Searched refs:position (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/third_party/tre/
A Dregcomp.c48 int position; member
99 int position; member
156 lit->position = position; in tre_ast_new_literal()
369 int position; member
460 lit->position = -1; in add_icase_literals()
641 lit->position = ctx->position; in parse_bracket()
653 ctx->position++; in parse_bracket()
875 ctx->position++; in parse_atom()
1867 new_set[0].position = position; in tre_set_one()
1898 new_set[s1].position = set1[s1].position; in tre_set_union()
[all …]
/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h273 #define ACPI_MASK_BITS_ABOVE(position) (~((ACPI_UINT64_MAX) << ((UINT32) (position)))) argument
274 #define ACPI_MASK_BITS_BELOW(position) ((ACPI_UINT64_MAX) << ((UINT32) (position))) argument
/third_party/ulib/jemalloc/bin/
A Djeprof.in3594 my $position = shift;
3597 $position = 0 | ($position << 1);
3598 TryCollectProfile($maxlevel, $level, $position);
3601 $position = 1 | ($position << 1);
3602 TryCollectProfile($maxlevel, $level, $position);
3612 my $position = shift;
3615 if ($position < scalar(@main::pfile_args)) {
3616 FetchDynamicProfile($main::prog, $main::pfile_args[$position], 0, 0);
3619 FetchDynamicProfilesRecurse($maxlevel, $level+1, $position);
/third_party/ulib/musl/
A DWHATSNEW611 - wrong file position for buffered input streams on exit
941 - failure of mbsrtowcs to record stop position when dest is full
1034 - ecvt/fcvt decimal position off-by-one
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3982 // Arg0 is the actual data and Arg1 is the bit position
7306 // overwrite DEST contents, starting at buffer position 2
7332 // overwrite DEST contents, starting at buffer position 2
8345 // Overwrite DEST contents, at buffer position 2 [only]
/third_party/lib/acpica/
A Dchanges.txt1860 Changed the position/use of the ACPI_PRINTF_LIKE macro. This macro is
1862 in the OSL header (acpiosxf). The change modifies the position of this
5957 a "preserved" bit - "OSPM always preserves this bit position", section

Completed in 43 milliseconds