Searched refs:call (Results 151 - 175 of 1094) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A DMakefile.host88 __hostc_flags = -I$(obj) $(call flags,_hostc_flags)
89 __hostcxx_flags = -I$(obj) $(call flags,_hostcxx_flags)
104 $(call if_changed_dep,host-csingle)
113 $(call if_changed,host-cmulti)
120 $(call if_changed_dep,host-cobjs)
130 $(call if_changed,host-cxxmulti)
136 $(call if_changed_dep,host-cxxobjs)
143 $(call if_changed_dep,host-cshobjs)
152 $(call if_changed,host-cshlib)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dopus.mak21 $(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))
22 $(foreach N,$(OPUS_HYBRID_SAMPLES),$(eval $(call FATE_OPUS_TEST,$(N),_HYBRID)))
23 $(foreach N,$(OPUS_SILK_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_SILK)))
24 $(foreach N,$(OPUS_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),)))
43 FATE_SAMPLES_AVCONV-$(call DEMDEC, MATROSKA, OPUS) += $(FATE_OPUS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/
H A DMakefile38 cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5)
39 cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900)
40 cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990)
41 cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109)
42 cflags-$(CONFIG_MARCH_Z10) += $(call cc-option,-march=z10)
48 # Prevent tail-call optimizations, to get clearer backtraces:
53 ifeq ($(call cc-option-yn,-mkernel-backchain),y)
64 ifeq ($(call cc-option-yn,-mpacked-stack),y)
74 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y)
76 ifneq ($(call c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-error.c225 struct rxrpc_call *call, *_n; local
232 list_for_each_entry_safe(call, _n, &trans->peer->error_targets,
234 write_lock(&call->state_lock);
235 if (call->state != RXRPC_CALL_COMPLETE &&
236 call->state < RXRPC_CALL_NETWORK_ERROR) {
237 call->state = RXRPC_CALL_NETWORK_ERROR;
238 set_bit(RXRPC_CALL_RCVD_ERROR, &call->events);
239 rxrpc_queue_call(call);
241 write_unlock(&call->state_lock);
242 list_del_init(&call
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.build152 $(call if_changed_dep,cc_s_c)
158 $(call if_changed_dep,cc_i_c)
169 $(call cmd_gensymtypes,true,$@) >/dev/null; \
173 $(call cmd,cc_symtypes_c)
200 $(call cmd_gensymtypes,$(KBUILD_SYMTYPES),$(@:.o=.symtypes)) \
220 $(call echo-cmd,checksrc) $(cmd_checksrc) \
221 $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \
223 $(call echo-cmd,record_mcount) \
225 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
233 $(call cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dhead.S153 call _init_early_exception_vectors;
165 call __init_clear_bss
172 call __init_clear_bss
179 call __init_clear_bss
185 call __init_clear_bss
188 call _bfin_relocate_l1_mem;
191 call _bfin_relocate_xip_data;
202 call _init_clocks;
263 call _cmdline_init;
266 call _init_pd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl379 &call ("_vpaes_schedule_transform");
414 &call ("_vpaes_schedule_round");
417 &call ("_vpaes_schedule_mangle"); # write output
437 &call ("_vpaes_schedule_transform"); # input transform
444 &call ("_vpaes_schedule_round");
446 &call ("_vpaes_schedule_mangle"); # save key n
447 &call ("_vpaes_schedule_192_smear");
448 &call ("_vpaes_schedule_mangle"); # save key n+1
449 &call ("_vpaes_schedule_round");
452 &call ("_vpaes_schedule_mangl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/
H A DMakefile15 HAS_BIARCH := $(call cc-option-yn, -m32)
80 GCC_BROKEN_VEC := $(call cc-ifversion, -lt, 0400, y)
85 KBUILD_CFLAGS += $(call cc-option,-mcpu=970)
87 KBUILD_CFLAGS += $(call cc-option,-mcpu=power4)
90 KBUILD_CFLAGS += $(call cc-option,-mcpu=power4)
93 KBUILD_CFLAGS += $(call cc-option,-mtune=power4)
100 KBUILD_CFLAGS += $(call cc-option,-mtune=cell)
104 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
108 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
109 KBUILD_CFLAGS += $(call c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Dvpaes-x86.pl379 &call ("_vpaes_schedule_transform");
414 &call ("_vpaes_schedule_round");
417 &call ("_vpaes_schedule_mangle"); # write output
437 &call ("_vpaes_schedule_transform"); # input transform
444 &call ("_vpaes_schedule_round");
446 &call ("_vpaes_schedule_mangle"); # save key n
447 &call ("_vpaes_schedule_192_smear");
448 &call ("_vpaes_schedule_mangle"); # save key n+1
449 &call ("_vpaes_schedule_round");
452 &call ("_vpaes_schedule_mangl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile53 $(call if_changed,cpustr)
65 $(call cc-option, -ffreestanding) \
66 $(call cc-option, -fno-toplevel-reorder,\
67 $(call cc-option, -fno-unit-at-a-time)) \
68 $(call cc-option, -fno-stack-protector) \
69 $(call cc-option, -mpreferred-stack-boundary=2)
70 KBUILD_CFLAGS += $(call cc-option, -m32)
81 $(call if_changed,image)
86 $(call if_changed,objcopy)
97 $(call if_change
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dmsvc-build.bat8 call msvc-env.bat
14 call "%VCHOME%\vcvarsall.bat"
16 call "%VCHOME%\bin\vcvars32.bat"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dsemaphore_32.S83 call rwsem_down_read_failed
111 call rwsem_wake
127 call rwsem_downgrade_wake
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/dos16/
H A Dbc.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
H A Dbc_286.bat6 @call b\prepare.bat
37 @call b\done.bat
42 @call b\unset.bat
H A Dbc_pp.bat6 @call b\prepare.bat
37 @call b\done.bat
42 @call b\unset.bat
H A Ddm.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
H A Dqc.bat6 @call b\prepare.bat
35 @call b\done.bat
40 @call b\unset.bat
H A Dtc.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
H A Dvc.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
H A Dvc_qc.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
H A Dwc.bat6 @call b\prepare.bat
34 @call b\done.bat
39 @call b\unset.bat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/dos32/
H A Dbc_pp.bat6 @call b\prepare.bat
37 @call b\done.bat
42 @call b\unset.bat
H A Ddj2.bat6 @call b\prepare.bat
40 @call b\done.bat
45 @call b\unset.bat
H A Ddm.bat6 @call b\prepare.bat
38 @call b\done.bat
43 @call b\unset.bat
H A Demx.bat6 @call b\prepare.bat
40 @call b\done.bat
45 @call b\unset.bat

Completed in 3297 milliseconds

1234567891011>>