Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/ngunwind/src/mi/
A Dmempool.c88 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 DMakefile.common22 mkdir -p obj; \
43 rmdir obj; \
59 rmdir obj; \
A DMakefile.config43 OBJDIR = obj
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c136 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.gitignore2 generate/**/obj
/third_party/lib/acpica/source/include/acpica/
A Dacoutput.h239 #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 Ddigest.h97 OPENSSL_EXPORT const EVP_MD *EVP_get_digestbyobj(const ASN1_OBJECT *obj);
/third_party/ulib/backtrace/
A DMakefile.in357 .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 Dinternal.h607 void *obj, CRYPTO_EX_DATA *ad); in OPENSSL_MSVC_PRAGMA()
/third_party/ulib/jemalloc/
A DINSTALL420 tree. For example, you can create an 'obj' directory, and from within that
424 mkdir obj
425 cd obj

Completed in 20 milliseconds