/third_party/ffmpeg/libavcodec/ |
H A D | vp3dsp.c | 53 int16_t *ip = input; in idct() local 63 if (ip[0 * 8] | ip[1 * 8] | ip[2 * 8] | ip[3 * 8] | in idct() 64 ip[4 * 8] | ip[5 * 8] | ip[6 * 8] | ip[7 * 8]) { in idct() 65 A = M(xC1S7, ip[ in idct() 204 int16_t *ip = input; idct10() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | constant-pointer.c | 1 extern int *ip[]; 6 ip[0] = (void *)0L; in foo() 7 ip[1] = (int *)0L; in foo() 8 ip[2] = (void *)0; in foo() 9 ip[3] = (int *)0; in foo() 10 ip[4] = (void *)(long)0; in foo() 11 ip[5] = (int *)(long)0; in foo() 12 ip[6] = (void *)123; in foo() 13 ip[7] = (int *)123; in foo() 14 ip[ in foo() [all...] |
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_find_proc_info.c | 36 get_unwind_info (struct elf_dyn_info *edi, pid_t pid, unw_addr_space_t as, unw_word_t ip) in get_unwind_info() argument 45 if (edi->ktab.format != -1 && ip >= edi->ktab.start_ip && ip < edi->ktab.end_ip) in get_unwind_info() 50 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip) in get_unwind_info() 53 && ip >= edi->di_arm.start_ip && ip < edi->di_arm.end_ip) in get_unwind_info() 56 && ip >= edi->di_debug.start_ip && ip < edi->di_debug.end_ip)) in get_unwind_info() 61 if (tdep_get_elf_image (&edi->ei, pid, ip, in get_unwind_info() 93 _UPT_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) _UPT_find_proc_info() argument [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_armv5te.S | 52 mov ip, #16384 53 sub ip, ip, #1 /* ip = W4 */ 54 smlabb v1, ip, a3, v1 /* v1 = W4*row[0]+(1<<(RS-1)) */ 55 ldr ip, =W26 /* ip = W2 | (W6 << 16) */ 56 smultb a2, ip, a4 57 smulbb lr, ip, a4 63 ldr ip, [all...] |
H A D | simple_idct_armv6.S | 49 ip = w42 <= 2 cycles 56 smlad r4, r2, ip, r1 57 smlsd r7, r2, ip, r1 58 ldr ip, =W13 /* ip = W1 | (W3 << 16) */ 63 smuad r8, r3, ip /* r8 = B0 = W1*row[1] + W3*row[3] */ 66 pkhtb r2, ip, r10,asr #16 /* r3 = W7 | (W3 << 16) */ 67 pkhbt r1, ip, r10,lsl #16 /* r1 = W1 | (W5 << 16) */ 75 smlsdx r11,lr, ip, r11 /* B3 += W3*row[5] - W1*row[7] */ 76 ldr ip, [all...] |
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_find_proc_info.c | 34 get_unwind_info(struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip) in get_unwind_info() argument 42 if (ui->edi.ktab.format != -1 && ip >= ui->edi.ktab.start_ip && ip < ui->edi.ktab.end_ip) in get_unwind_info() 47 && ip >= ui->edi.di_cache.start_ip && ip < ui->edi.di_cache.end_ip) in get_unwind_info() 50 && ip >= ui->edi.di_arm.start_ip && ip < ui->edi.di_arm.end_ip) in get_unwind_info() 53 && ip >= ui->edi.di_debug.start_ip && ip < ui->edi.di_debug.end_ip)) in get_unwind_info() 59 coredump_phdr_t *phdr = _UCD_get_elf_image(ui, ip); in get_unwind_info() 108 _UCD_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) _UCD_find_proc_info() argument [all...] |
/third_party/lz4/lib/ |
H A D | lz4hc.c | 86 #define UPDATABLE(ip, op, anchor) &ip, &op, &anchor 119 /* Update chains up to ip (excluded) */ 120 LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert() argument 126 U32 const target = (U32)(ip - prefixPtr) + prefixIdx; in LZ4HC_Insert() 128 assert(ip >= prefixPtr); in LZ4HC_Insert() 144 * @return : negative value, nb of common bytes before ip/match */ 146 int LZ4HC_countBack(const BYTE* const ip, const BYTE* const match, in LZ4HC_countBack() argument 150 int const min = (int)MAX(iMin - ip, mMin - match); in LZ4HC_countBack() 152 assert(ip > in LZ4HC_countBack() 177 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) LZ4HC_countPattern() argument 210 LZ4HC_reverseCountPattern(const BYTE* ip, const BYTE* const iLow, U32 pattern) LZ4HC_reverseCountPattern() argument 240 LZ4HC_InsertAndGetWiderMatch( LZ4HC_CCtx_internal* const hc4, const BYTE* const ip, const BYTE* const iLowLimit, const BYTE* const iHighLimit, int longest, const BYTE** matchpos, const BYTE** startpos, const int maxNbAttempts, const int patternAnalysis, const int chainSwap, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_InsertAndGetWiderMatch() argument 450 LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, const BYTE* const ip, const BYTE* const iLimit, const BYTE** matchpos, const int maxNbAttempts, const int patternAnalysis, const dictCtx_directive dict) LZ4HC_InsertAndFindBestMatch() argument 476 #define ip LZ4HC_encodeSequence() macro 549 #undef ip global() macro 567 const BYTE* ip = (const BYTE*) source; LZ4HC_compress_hashChain() local 1308 LZ4HC_FindLongerMatch(LZ4HC_CCtx_internal* const ctx, const BYTE* ip, const BYTE* const iHighLimit, int minLen, int nbSearches, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_FindLongerMatch() argument 1350 const BYTE* ip = (const BYTE*) source; LZ4HC_compress_optimal() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ex_data.c | 32 EX_CALLBACKS *ip; in get_and_lock() local 49 ip = &global->ex_data[class_index]; in get_and_lock() 50 return ip; in get_and_lock() 73 EX_CALLBACKS *ip = &global->ex_data[i]; in ossl_crypto_cleanup_all_ex_data_int() local 75 sk_EX_CALLBACK_pop_free(ip->meth, cleanup_cb); in ossl_crypto_cleanup_all_ex_data_int() 76 ip->meth = NULL; in ossl_crypto_cleanup_all_ex_data_int() 107 EX_CALLBACKS *ip; in ossl_crypto_free_ex_index_ex() local 115 ip = get_and_lock(global, class_index); in ossl_crypto_free_ex_index_ex() 116 if (ip == NULL) in ossl_crypto_free_ex_index_ex() 119 if (idx < 0 || idx >= sk_EX_CALLBACK_num(ip in ossl_crypto_free_ex_index_ex() 150 EX_CALLBACKS *ip; ossl_crypto_get_ex_new_index_ex() local 220 EX_CALLBACKS *ip; ossl_crypto_new_ex_data_ex() local 276 EX_CALLBACKS *ip; CRYPTO_dup_ex_data() local 368 EX_CALLBACKS *ip; CRYPTO_free_ex_data() local 438 EX_CALLBACKS *ip; ossl_crypto_alloc_ex_data_intern() local [all...] |
/third_party/ltp/testcases/network/iproute/ |
H A D | ip_tests.sh | 7 # Description: Test basic functionality of ip command in route2 package 28 ROD ip link add $iface type dummy 31 ROD ip addr add ${ip4_addr}/24 dev $iface 49 [ -n "$iface" -a -d /sys/class/net/$iface ] && ip link del $iface 54 [ "$ip4_addr" ] && ip route show | grep -q $ip4_addr && ip route del $ip4_addr 59 tst_res TINFO "test 'ip link set' command" 63 ip link set ${iface} mtu 1281 65 tst_res TFAIL "ip command failed" 72 ip lin [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 225 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop() argument 229 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { in alu_nop() 230 code->inst[ip].inst0 |= R500_INST_NOP; in alu_nop() 239 int ip; in emit_paired() local 247 ip = ++code->inst_end; in emit_paired() 252 if (ip > 0) { in emit_paired() 253 alu_nop(c, ip - 1); in emit_paired() 257 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode); in emit_paired() 258 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode); in emit_paired() 261 code->inst[ip] in emit_paired() 375 int ip; emit_tex() local 665 int ip; r500BuildFragmentProgramHwCode() local [all...] |
/third_party/openssl/crypto/ |
H A D | ex_data.c | 32 EX_CALLBACKS *ip; in get_and_lock() local 49 ip = &global->ex_data[class_index]; in get_and_lock() 50 return ip; in get_and_lock() 73 EX_CALLBACKS *ip = &global->ex_data[i]; in ossl_crypto_cleanup_all_ex_data_int() local 75 sk_EX_CALLBACK_pop_free(ip->meth, cleanup_cb); in ossl_crypto_cleanup_all_ex_data_int() 76 ip->meth = NULL; in ossl_crypto_cleanup_all_ex_data_int() 107 EX_CALLBACKS *ip; in ossl_crypto_free_ex_index_ex() local 115 ip = get_and_lock(global, class_index); in ossl_crypto_free_ex_index_ex() 116 if (ip == NULL) in ossl_crypto_free_ex_index_ex() 119 if (idx < 0 || idx >= sk_EX_CALLBACK_num(ip in ossl_crypto_free_ex_index_ex() 150 EX_CALLBACKS *ip; ossl_crypto_get_ex_new_index_ex() local 218 EX_CALLBACKS *ip; ossl_crypto_new_ex_data_ex() local 274 EX_CALLBACKS *ip; CRYPTO_dup_ex_data() local 366 EX_CALLBACKS *ip; CRYPTO_free_ex_data() local 436 EX_CALLBACKS *ip; ossl_crypto_alloc_ex_data_intern() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_qcelp.c | 60 InterleavePacket* ip; in store_packet() local 133 ip = &data->group[data->interleave_index]; in store_packet() 134 ip->size = len - 1 - frame_size; in store_packet() 135 ip->pos = 0; in store_packet() 136 memcpy(ip->data, &buf[1 + frame_size], ip->size); in store_packet() 140 data->group_finished = ip->size == 0; in store_packet() 155 InterleavePacket* ip = &data->group[data->interleave_index]; in return_stored_frame() local 166 if (ip->size == 0) { in return_stored_frame() 172 if (ip in return_stored_frame() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate_shaders.c | 47 uint32_t ip; member 183 uint64_t inst = validation_state->shader[validation_state->ip]; in check_tmu_write() 307 uint64_t inst = validation_state->shader[validation_state->ip]; in validate_uniform_address_write() 380 uint64_t inst = validation_state->shader[validation_state->ip]; in check_reg_write() 471 uint64_t inst = validation_state->shader[validation_state->ip]; in track_live_clamps() 546 uint64_t inst = validation_state->shader[validation_state->ip]; in check_instruction_writes() 568 int ip) in check_branch() 582 validation_state->ip); in check_branch() 593 uint64_t inst = validation_state->shader[validation_state->ip]; in check_instruction_reads() 628 int ip; in vc4_validate_branches() local 565 check_branch(uint64_t inst, struct vc4_validated_shader_info *validated_shader, struct vc4_shader_validation_state *validation_state, int ip) check_branch() argument 737 uint32_t ip = validation_state->ip; vc4_handle_branch_target() local 774 uint32_t ip; vc4_validate_shader() local [all...] |
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gfind_dynamic_proc_info.c | 31 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info() argument 40 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info() argument 55 if (ip >= di->start_ip && ip < di->end_ip) in local_find_proc_info() 56 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info, in local_find_proc_info() 66 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info() argument 75 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info() argument 78 return unwi_dyn_remote_find_proc_info (as, ip, pi, need_unwind_info, arg); in remote_find_proc_info() 84 unwi_find_dynamic_proc_info (unw_addr_space_t as, unw_word_t ip, in unwi_find_dynamic_proc_info() argument 89 return local_find_proc_info (as, ip, p in unwi_find_dynamic_proc_info() [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 243 /* "ip" is the input pointer. */ in CreateCommands() 244 const uint8_t* ip = input; in CreateCommands() local 265 for (next_hash = Hash(++ip, shift, min_match); ; ) { in CreateCommands() 283 const uint8_t* next_ip = ip; in CreateCommands() 286 BROTLI_DCHECK(next_emit < ip); in CreateCommands() 291 ip = next_ip; in CreateCommands() 292 BROTLI_DCHECK(hash == Hash(ip, shift, min_match)); in CreateCommands() 293 next_ip = ip + bytes_between_hash_lookups; in CreateCommands() 298 candidate = ip - last_distance; in CreateCommands() 299 if (IsMatch(ip, candidat in CreateCommands() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 243 /* "ip" is the input pointer. */ in CreateCommands() 244 const uint8_t* ip = input; in CreateCommands() local 265 for (next_hash = Hash(++ip, shift, min_match); ; ) { in CreateCommands() 283 const uint8_t* next_ip = ip; in CreateCommands() 286 BROTLI_DCHECK(next_emit < ip); in CreateCommands() 291 ip = next_ip; in CreateCommands() 292 BROTLI_DCHECK(hash == Hash(ip, shift, min_match)); in CreateCommands() 293 next_ip = ip + bytes_between_hash_lookups; in CreateCommands() 298 candidate = ip - last_distance; in CreateCommands() 299 if (IsMatch(ip, candidat in CreateCommands() [all...] |
/third_party/rust/crates/rustix/src/net/ |
H A D | addr.rs | 12 use crate::net::ip::{IpAddr, Ipv4Addr, Ipv6Addr}; 71 /// assert_eq!(socket.ip(), &Ipv4Addr::new(127, 0, 0, 1)); 77 ip: Ipv4Addr, 104 /// assert_eq!(socket.ip(), &Ipv6Addr::new(0x2001, 0xdb8, 0, 0, 0, 0, 0, 1)); 110 ip: Ipv6Addr, 127 /// assert_eq!(socket.ip(), IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1))); 136 pub const fn new(ip: IpAddr, port: u16) -> SocketAddr { 137 match ip { 151 /// assert_eq!(socket.ip(), IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1))); 159 pub const fn ip( [all...] |
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_lib.sh | 8 TST_NEEDS_CMDS="ip ping" 24 # to specify a namespace type. Empty for ip command. 43 # (tst_ns_exec|ip) 44 NS_EXEC="ip" 47 # assigning IP addresses to the virtual ethernet devices. (Uses 'ip' command for 66 echo "-e Use tst_ns_exec instead of ip" 67 echo "-I Test ioctl (with ifconfig) instead of netlink (with ip)" 72 if [ "$NS_EXEC" = "ip" ]; then 101 if [ "$NS_EXEC" = "ip" ]; then 130 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip lin [all...] |
/third_party/musl/src/string/ |
H A D | wcsstr.c | 9 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_wcsstr() local 16 ip = -1; jp = 0; k = p = 1; in twoway_wcsstr() 18 if (n[ip+k] == n[jp+k]) { in twoway_wcsstr() 23 } else if (n[ip+k] > n[jp+k]) { in twoway_wcsstr() 26 p = jp - ip; in twoway_wcsstr() 28 ip = jp++; in twoway_wcsstr() 32 ms = ip; in twoway_wcsstr() 36 ip = -1; jp = 0; k = p = 1; in twoway_wcsstr() 38 if (n[ip+k] == n[jp+k]) { in twoway_wcsstr() 43 } else if (n[ip in twoway_wcsstr() [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_post.c | 412 anodecon->addr->ip.v4.s_addr = 103; in test_cil_post_nodecon_compare_aipv4_bipv6() 413 anodecon->mask->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv4_bipv6() 416 bnodecon->addr->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv4_bipv6() 417 bnodecon->mask->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv4_bipv6() 435 anodecon->addr->ip.v4.s_addr = 103; in test_cil_post_nodecon_compare_aipv6_bipv4() 436 anodecon->mask->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv6_bipv4() 439 bnodecon->addr->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv6_bipv4() 440 bnodecon->mask->ip.v4.s_addr = 100; in test_cil_post_nodecon_compare_aipv6_bipv4() 458 anodecon->addr->ip.v4.s_addr = 103; in test_cil_post_nodecon_compare_aipv4_greaterthan_bipv4() 459 anodecon->mask->ip in test_cil_post_nodecon_compare_aipv4_greaterthan_bipv4() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_live_variables.cpp | 68 int ip = 0; in setup_def_use() local 71 assert(ip == block->start_ip); in setup_def_use() 73 assert(cfg->blocks[block->num - 1]->end_ip == ip - 1); in setup_def_use() 85 start[v] = MIN2(start[v], ip); in setup_def_use() 86 end[v] = ip; in setup_def_use() 108 start[v] = MIN2(start[v], ip); in setup_def_use() 109 end[v] = ip; in setup_def_use() 131 ip++; in setup_def_use() 260 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range() argument 265 live->start[var + j] > ip || liv in check_register_live_range() 275 unsigned ip = 0; validate() local 305 int ip = INT_MAX; var_range_start() local 316 int ip = INT_MIN; var_range_end() local [all...] |
/third_party/musl/src/setjmp/arm/ |
H A D | setjmp.S | 11 mov ip,r0 12 stmia ip!,{v1,v2,v3,v4,v5,v6,sl,fp} 14 stmia ip!,{r2,lr} 27 stc p2, cr4, [ip], #48 32 vstmia ip!, {d8-d15} 40 stcl p1, cr10, [ip], #8 41 stcl p1, cr11, [ip], #8 42 stcl p1, cr12, [ip], #8 43 stcl p1, cr13, [ip], #8 44 stcl p1, cr14, [ip], # [all...] |
H A D | longjmp.S | 8 mov ip,r0 11 ldmia ip!, {v1,v2,v3,v4,v5,v6,sl,fp} 12 ldmia ip!, {r2,lr} 25 ldc p2, cr4, [ip], #48 30 vldmia ip!, {d8-d15} 38 ldcl p1, cr10, [ip], #8 39 ldcl p1, cr11, [ip], #8 40 ldcl p1, cr12, [ip], #8 41 ldcl p1, cr13, [ip], #8 42 ldcl p1, cr14, [ip], # [all...] |
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_core.c | 283 * @param ip points to output struct 286 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4() argument 292 ip4_addr_copy(*ip, *IP4_ADDR_ANY4); in snmp_oid_to_ip4() 296 IP4_ADDR(ip, oid[0], oid[1], oid[2], oid[3]); in snmp_oid_to_ip4() 302 * @param ip points to input struct 306 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) in snmp_ip4_to_oid() argument 308 oid[0] = ip4_addr1(ip); in snmp_ip4_to_oid() 309 oid[1] = ip4_addr2(ip); in snmp_ip4_to_oid() 310 oid[2] = ip4_addr3(ip); in snmp_ip4_to_oid() 311 oid[3] = ip4_addr4(ip); in snmp_ip4_to_oid() 322 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) snmp_oid_to_ip6() argument 357 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) snmp_ip6_to_oid() argument 387 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) snmp_ip_port_to_oid() argument 405 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) snmp_ip_to_oid() argument 440 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) snmp_oid_to_ip() argument 516 snmp_oid_to_ip_port(const u32_t *oid, u8_t oid_len, ip_addr_t *ip, u16_t *port) snmp_oid_to_ip_port() argument [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_net_vars.c | 108 static struct in_addr calc_network(const struct in_addr *ip, in calc_network() argument 115 network.s_addr = ip->s_addr & mask->s_addr; in calc_network() 120 const struct in_addr *mask, const struct in_addr *ip) in is_in_subnet_ipv4() 122 return (ip->s_addr & mask->s_addr) == in is_in_subnet_ipv4() 188 static char *get_ipv4_broadcast(struct in_addr ip, unsigned int prefix) in get_ipv4_broadcast() argument 195 broadcast.s_addr = (ip.s_addr & mask.s_addr) | ~mask.s_addr; in get_ipv4_broadcast() 208 static char *get_ipv4_net16_unused(const struct in_addr *ip, in get_ipv4_net16_unused() argument 215 network = calc_network(ip, &mask); in get_ipv4_net16_unused() 223 if (!is_in_subnet_ipv4(ip, &mask, &network)) in get_ipv4_net16_unused() 230 (rand() % 128) + (((ip in get_ipv4_net16_unused() 119 is_in_subnet_ipv4(const struct in_addr *network, const struct in_addr *mask, const struct in_addr *ip) is_in_subnet_ipv4() argument 415 get_host_from_ip(const char *ip, const char *net) get_host_from_ip() argument 461 get_ipv4_network(int ip, unsigned int prefix) get_ipv4_network() argument 576 struct in_addr ip; main() local [all...] |