| /third_party/lib/acpica/source/compiler/ |
| A D | asltypes.y | 53 %type <n> ArgList 54 %type <n> AslCode 64 %type <n> Object 74 %type <n> Target 75 %type <n> Term 76 %type <n> TermArg 141 %type <n> IfTerm 159 %type <n> AddTerm 191 %type <n> OrTerm 266 %type <n> String [all …]
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/ |
| A D | delocate.h | 24 #define DEFINE_BSS_GET(type, name) \ argument 25 static type name __attribute__((used)); \ 26 type *name##_bss_get(void) __attribute__((const)); 36 #define DEFINE_BSS_GET(type, name) \ argument 37 static type name; \ 38 static type *name##_bss_get(void) { return &name; } 50 #define DEFINE_DATA(type, name, accessor_decorations) \ argument 51 DEFINE_BSS_GET(type, name##_storage) \ 61 static void name##_do_init(type *out) 84 #define DEFINE_METHOD_FUNCTION(type, name) DEFINE_DATA(type, name, const) argument [all …]
|
| /third_party/uapp/dash/src/ |
| A D | nodes.h | 37 int type; member 46 int type; member 53 int type; member 61 int type; member 68 int type; member 76 int type; member 85 int type; member 93 int type; member 101 int type; member 109 int type; member [all …]
|
| A D | mknodes.c | 161 char type[BUFLEN]; in parsefield() local 169 if (! nextfield(type)) in parsefield() 174 fp->type = T_NODE; in parsefield() 180 fp->type = T_STRING; in parsefield() 183 fp->type = T_INT; in parsefield() 186 fp->type = T_OTHER; in parsefield() 188 fp->type = T_TEMP; in parsefield() 192 if (fp->type == T_OTHER || fp->type == T_TEMP) { in parsefield() 318 switch (fp->type) { in outfunc() 390 switch (fp->type) { in outencode() [all …]
|
| A D | nodetypes | 53 type int 60 type int 65 type int 77 type int 91 type int 98 type int 104 type int 111 type int 117 type int 127 type int [all …]
|
| A D | parser.c | 236 n3->type = t; in andor() 280 n2->type = NNOT; in pipeline() 311 n1->type = NIF; in command() 320 n2->type = NIF; in command() 352 n1->type = NFOR; in command() 372 n2->type = NARG; in command() 397 n2->type = NARG; in command() 511 n->type = NARG; in simplecmd() 565 n->type = NCMD; in simplecmd() 579 n->type = NARG; in makename() [all …]
|
| A D | nodes.c | 138 funcblocksize += nodesize[n->type]; 139 switch (n->type) { 238 funcblock = (char *) funcblock + nodesize[n->type]; 239 switch (n->type) { 322 new->type = n->type; 375 switch (n->type) { in encodenode() 377 writenode(n, sizeof(struct ncmd), nodesize[n->type]); in encodenode() 403 writenode(n, sizeof(struct nif), nodesize[n->type]); in encodenode() 409 writenode(n, sizeof(struct nfor), nodesize[n->type]); in encodenode() 489 funcblock = (char *) funcblock + nodesize[n->type]; in decodenode() [all …]
|
| /third_party/ulib/musl/src/misc/ |
| A D | nftw.c | 25 int type; in do_nftw() local 32 type = FTW_SLN; in do_nftw() 36 type = FTW_NS; in do_nftw() 39 type = FTW_DNR; in do_nftw() 41 type = FTW_DP; in do_nftw() 43 type = FTW_D; in do_nftw() 46 type = FTW_SL; in do_nftw() 48 type = FTW_SLN; in do_nftw() 50 type = FTW_F; in do_nftw() 65 if (!(flags & FTW_DEPTH) && (r = fn(path, &st, type, &lev))) in do_nftw() [all …]
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | stack.h | 125 #define STACK_OF(type) struct stack_st_##type argument 127 #define DECLARE_STACK_OF(type) STACK_OF(type); argument 261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument 268 using Type = type; \ 276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument 404 BORINGSSL_DEFINE_STACK_OF_IMPL(name, type *, const type *) \ 405 BORINGSSL_DEFINE_STACK_TRAITS(name, type, false) 409 #define DEFINE_STACK_OF(type) DEFINE_NAMED_STACK_OF(type, type) argument 414 BORINGSSL_DEFINE_STACK_OF_IMPL(type, const type *, const type *) \ 415 BORINGSSL_DEFINE_STACK_TRAITS(type, const type, true) [all …]
|
| A D | base.h | 466 #define BORINGSSL_MAKE_DELETER(type, deleter) argument 467 #define BORINGSSL_MAKE_UP_REF(type, up_ref_func) argument 524 #define BORINGSSL_MAKE_DELETER(type, deleter) \ argument 527 struct DeleterImpl<type> { \ 528 static void Free(type *ptr) { deleter(ptr); } \ 538 #define BORINGSSL_MAKE_UP_REF(type, up_ref_func) \ argument 539 inline UniquePtr<type> UpRef(type *v) { \ 543 return UniquePtr<type>(v); \ 546 inline UniquePtr<type> UpRef(const UniquePtr<type> &ptr) { \
|
| /third_party/ulib/musl/include/netinet/ |
| A D | ip_icmp.h | 12 uint8_t type; member 178 #define ICMP_INFOTYPE(type) \ argument 179 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || (type) == ICMP_ROUTERADVERT || \ 180 (type) == ICMP_ROUTERSOLICIT || (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \ 181 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || (type) == ICMP_MASKREQ || \ 182 (type) == ICMP_MASKREPLY)
|
| A D | icmp6.h | 69 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument 70 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type)&31))) == 0) 72 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument 73 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type)&31))) != 0) 75 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument 76 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type)&31)))) 78 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument 79 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type)&31))))
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_api.c | 160 mac->type = e1000_82542; in e1000_set_mac_type() 164 mac->type = e1000_82543; in e1000_set_mac_type() 170 mac->type = e1000_82544; in e1000_set_mac_type() 177 mac->type = e1000_82540; in e1000_set_mac_type() 181 mac->type = e1000_82545; in e1000_set_mac_type() 191 mac->type = e1000_82546; in e1000_set_mac_type() 204 mac->type = e1000_82541; in e1000_set_mac_type() 356 mac->type = e1000_i350; in e1000_set_mac_type() 366 mac->type = e1000_i210; in e1000_set_mac_type() 369 mac->type = e1000_i211; in e1000_set_mac_type() [all …]
|
| A D | e1000_82571.c | 115 switch (hw->mac.type) { in e1000_init_phy_params_82571() 172 switch (hw->mac.type) { in e1000_init_phy_params_82571() 227 switch (hw->mac.type) { in e1000_init_nvm_params_82571() 259 switch (hw->mac.type) { in e1000_init_nvm_params_82571() 364 switch (hw->mac.type) { in e1000_init_mac_params_82571() 401 switch (hw->mac.type) { in e1000_init_mac_params_82571() 469 switch (hw->mac.type) { in e1000_get_phy_id_82571() 638 switch (hw->mac.type) { in e1000_acquire_nvm_82571() 685 switch (hw->mac.type) { in e1000_write_nvm_82571() 978 switch (hw->mac.type) { in e1000_reset_hw_82571() [all …]
|
| A D | e1000_ich8lan.c | 345 switch (hw->mac.type) { in e1000_init_phy_workarounds_pchlan() 486 switch (hw->mac.type) { in e1000_init_phy_params_pchlan() 511 switch (phy->type) { in e1000_init_phy_params_pchlan() 772 switch (mac->type) { in e1000_init_mac_params_ich8lan() 914 switch (hw->phy.type) { in e1000_set_eee_pchlan() 1745 switch (hw->mac.type) { in e1000_check_for_copper_link_ich8lan() 1824 switch (hw->mac.type) { in e1000_init_function_pointers_ich8lan() 2275 switch (hw->mac.type) { in e1000_sw_lcd_config_ich8lan() 3089 switch (hw->mac.type) { in e1000_post_phy_reset_ich8lan() 3408 switch (hw->mac.type) { in e1000_valid_nvm_bank_detect_ich8lan() [all …]
|
| /third_party/lib/acpica/source/tools/acpixtract/ |
| A D | acpixtract.h | 53 #define ACPI_GLOBAL(type,name) \ argument 54 extern type name; \ 55 type name 58 #define ACPI_GLOBAL(type,name) \ argument 59 extern type name
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_mutexattr_settype.c | 3 int pthread_mutexattr_settype(pthread_mutexattr_t* a, int type) { in pthread_mutexattr_settype() argument 4 if (type & ~PTHREAD_MUTEX_MASK) in pthread_mutexattr_settype() 6 a->__attr = (a->__attr & ~PTHREAD_MUTEX_MASK) | type; in pthread_mutexattr_settype()
|
| A D | pthread_mutex_unlock.c | 8 int type = m->_m_type & PTHREAD_MUTEX_MASK; in pthread_mutex_unlock() local 10 if (type != PTHREAD_MUTEX_NORMAL) { in pthread_mutex_unlock() 13 if ((type & PTHREAD_MUTEX_MASK) == PTHREAD_MUTEX_RECURSIVE && m->_m_count) in pthread_mutex_unlock()
|
| /third_party/tools/android/ |
| A D | mkbootimg | 131 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb'), 133 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb')) 134 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb')) 137 parser.add_argument('--base', help='base address', type=parse_int, default=0x10000000) 138 parser.add_argument('--kernel_offset', help='kernel offset', type=parse_int, default=0x00008000) 140 parser.add_argument('--second_offset', help='2nd bootloader offset', type=parse_int, 142 parser.add_argument('--os_version', help='operating system version', type=parse_os_version, 145 type=parse_os_patch_level, default=0) 146 parser.add_argument('--tags_offset', help='tags offset', type=parse_int, default=0x00000100) 149 parser.add_argument('--pagesize', help='page size', type=parse_int, [all …]
|
| /third_party/ulib/musl/src/stdio/ |
| A D | setvbuf.c | 12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { in setvbuf() argument 15 if (type == _IONBF) in setvbuf() 17 else if (type == _IOLBF) in setvbuf()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/digest/ |
| A D | digest.c | 69 int EVP_MD_type(const EVP_MD *md) { return md->type; } in EVP_MD_type() 175 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { in EVP_DigestInit_ex() argument 176 if (ctx->digest != type) { in EVP_DigestInit_ex() 177 assert(type->ctx_size != 0); in EVP_DigestInit_ex() 178 uint8_t *md_data = OPENSSL_malloc(type->ctx_size); in EVP_DigestInit_ex() 186 ctx->digest = type; in EVP_DigestInit_ex() 195 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) { in EVP_DigestInit() argument 197 return EVP_DigestInit_ex(ctx, type, NULL); in EVP_DigestInit() 222 unsigned int *out_size, const EVP_MD *type, ENGINE *impl) { in EVP_Digest() argument 227 ret = EVP_DigestInit_ex(&ctx, type, impl) && in EVP_Digest()
|
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | floorl.S | 2 .type floorl,@function 18 .type ceill,@function 27 .type truncl,@function
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gget_save_loc.c | 64 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 70 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 75 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc()
|
| /third_party/ulib/musl/src/locale/ |
| A D | iconv.c | 162 unsigned char type = map[-1]; in iconv() local 175 if (c >= 128 || type - UTF_32BE < 7U) in iconv() 176 switch (type) { in iconv() 200 c = get_32((void*)*in, type); in iconv() 212 c = get_16((void*)*in, type); in iconv() 216 if (type - UCS2BE < 2U) in iconv() 221 d = get_16((void*)(*in + 2), type); in iconv() 289 if (d < 0xa1 && type == GB2312) in iconv() 413 if (c < 128 + type) in iconv() 415 c -= 128 + type; in iconv() [all …]
|
| /third_party/ulib/musl/src/thread/ |
| A D | mtx_init.c | 7 int mtx_init(mtx_t* m, int type) { in mtx_init() argument 9 if (type & mtx_recursive) in mtx_init()
|