Searched refs:obj (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/ngunwind/src/mi/ |
| A D | mempool.c | 88 struct object *obj = object; in free_object() local 90 obj->next = pool->free_list; in free_object() 91 pool->free_list = obj; in free_object() 98 char *obj; in add_memory() local 100 for (obj = mem; obj <= mem + size - obj_size; obj += obj_size) in add_memory() 101 free_object (pool, obj); in add_memory() 157 struct object *obj; in mempool_alloc() local 167 obj = pool->free_list; in mempool_alloc() 168 pool->free_list = obj->next; in mempool_alloc() 171 return obj; in mempool_alloc()
|
| /third_party/lib/acpica/generate/unix/ |
| A D | Makefile.common | 22 mkdir -p obj; \ 43 rmdir obj; \ 59 rmdir obj; \
|
| A D | Makefile.config | 43 OBJDIR = obj
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 136 if (!node || !obj) in tre_ast_new_node() 138 node->obj = obj; in tre_ast_new_node() 1049 c->right->obj = node->obj; in tre_add_tag_left() 1056 node->obj = c; in tre_add_tag_left() 1077 c->left->obj = node->obj; in tre_add_tag_right() 1084 node->obj = c; in tre_add_tag_right() 1620 tmp = (*result)->obj; in tre_copy_ast() 1638 tmp = (*result)->obj; in tre_copy_ast() 1660 iter = (*result)->obj; in tre_copy_ast() 1816 node->obj = seq1->obj; in tre_expand_ast() [all …]
|
| /third_party/lib/acpica/ |
| A D | .gitignore | 2 generate/**/obj
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acoutput.h | 239 #define ACPI_DEBUG_OBJECT(obj,l,i) AcpiExDoDebugObject(obj,l,i) argument 251 #define ACPI_DEBUG_OBJECT(obj,l,i) argument
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | digest.h | 97 OPENSSL_EXPORT const EVP_MD *EVP_get_digestbyobj(const ASN1_OBJECT *obj);
|
| /third_party/ulib/backtrace/ |
| A D | Makefile.in | 357 .SUFFIXES: .c .lo .o .obj 468 .c.obj: 477 btest-btest.obj: btest.c 478 …ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.obj `if test -f 'btest.…
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | internal.h | 607 void *obj, CRYPTO_EX_DATA *ad); in OPENSSL_MSVC_PRAGMA()
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 420 tree. For example, you can create an 'obj' directory, and from within that 424 mkdir obj 425 cd obj
|
Completed in 20 milliseconds