Home
last modified time | relevance | path

Searched refs:current (Results 1 – 12 of 12) sorted by relevance

/third_party/ulib/musl/third_party/tre/
A Dtre-mem.c115 if (mem->current != NULL) in tre_mem_alloc_impl()
116 mem->current->next = l; in tre_mem_alloc_impl()
119 mem->current = l; in tre_mem_alloc_impl()
A Dtre.h179 tre_list_t* current; member
/third_party/uapp/kilo/
A Dkilo.c1086 int i, current = last_match; local
1089 current += find_next;
1090 if (current == -1) current = E.numrows-1;
1091 else if (current == E.numrows) current = 0;
1092 match = strstr(E.row[current].render,query);
1094 match_offset = match-E.row[current].render;
1104 erow *row = &E.row[current];
1105 last_match = current;
1107 saved_hl_line = current;
1114 E.rowoff = current;
/third_party/lib/acpica/generate/release/
A Drelease.sh30 RELEASE_DIR=current
/third_party/lib/acpica/source/include/acpica/platform/
A Daclinuxex.h119 return (ACPI_THREAD_ID) (unsigned long) current; in AcpiOsGetThreadId()
/third_party/ulib/musl/ldso/
A Ddynlink.c2365 struct dso* current; in dl_iterate_phdr() local
2368 for (current = head; current;) { in dl_iterate_phdr()
2369 info.dlpi_addr = (uintptr_t)current->l_map.l_addr; in dl_iterate_phdr()
2370 info.dlpi_name = current->l_map.l_name; in dl_iterate_phdr()
2371 info.dlpi_phdr = current->phdr; in dl_iterate_phdr()
2372 info.dlpi_phnum = current->phnum; in dl_iterate_phdr()
2375 info.dlpi_tls_modid = current->tls_id; in dl_iterate_phdr()
2376 info.dlpi_tls_data = current->tls.image; in dl_iterate_phdr()
2384 current = dso_next(current); in dl_iterate_phdr()
/third_party/uapp/dash/src/
A DTOUR4 does not represent the current state of the shell. It is provided anyway
6 but be warned that things have changed -- the current shell is
301 remembers the current directory and updates it when the cd com-
327 current input file. There is a stack of input files; the current
333 the current line in this variable.
/third_party/ulib/linenoise/
A DREADME.markdown136 list of items that are completions for the current string.
206 current terminal foreground color is used. If no bold attribute is set,
/third_party/lib/acpica/
A Dchanges.txt1645 each and every predefined name within the current namespace.
2516 resources within the current namespace.
3898 the current source file.
7031 current specifications. Includes disassembler support.
7593 loaded into the root or current scope. Lin Ming.
8037 different namespace scope than the current scope. (BZ 7212)
8121 each output line with the current buffer offset.
11716 the current scope path.
11864 current status.
14190 Implemented the -qc option to display the current list of ASL
[all …]
/third_party/dev/ethernet/e1000/
A DREADME297 To confirm the current setting:
/third_party/ulib/jemalloc/
A DChangeLog444 - Remove the "stats.chunks.current", "stats.chunks.total", and
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl7919 // The break operation causes the current package execution to complete.
9114 // Store current operating system string into Local0
9129 // Store current operating system string into Local0

Completed in 45 milliseconds