Home
last modified time | relevance | path

Searched refs:stab (Results 1 – 25 of 30) sorted by relevance

12

/external/u-boot/arch/nios2/cpu/
Du-boot.lds102 .stab 0 : { *(.stab) }
104 .stab.excl 0 : { *(.stab.excl) }
105 .stab.exclstr 0 : { *(.stab.exclstr) }
106 .stab.index 0 : { *(.stab.index) }
107 .stab.indexstr 0 : { *(.stab.indexstr) }
/external/iproute2/tc/
Dtc_qdisc.c52 } stab = {}; in tc_qdisc_modify() local
122 if (parse_size_table(&argc, &argv, &stab.szopts) < 0) in tc_qdisc_modify()
160 if (check_size_table_opts(&stab.szopts)) { in tc_qdisc_modify()
163 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) { in tc_qdisc_modify()
170 addattr_l(&req.n, sizeof(req), TCA_STAB_BASE, &stab.szopts, in tc_qdisc_modify()
171 sizeof(stab.szopts)); in tc_qdisc_modify()
172 if (stab.data) in tc_qdisc_modify()
173 addattr_l(&req.n, sizeof(req), TCA_STAB_DATA, stab.data, in tc_qdisc_modify()
174 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify()
176 if (stab.data) in tc_qdisc_modify()
[all …]
Dtc_core.c159 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) in tc_calc_size_table() argument
171 *stab = NULL; in tc_calc_size_table()
184 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table()
185 if (!*stab) in tc_calc_size_table()
195 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
Dtc_core.h25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
/external/libxcam/plugins/smart/dvs/libdvs/
Dstabilizer.cpp348 Ptr<TwoPassVideoStabilizer> stab = stabilizer_.dynamicCast<TwoPassVideoStabilizer>(); in configMotionFilter() local
349 Ptr<IMotionStabilizer> motionStabilizer = stab->motionStabilizer(); in configMotionFilter()
352 Ptr<OnePassVideoStabilizer> stab = stabilizer_.dynamicCast<OnePassVideoStabilizer>(); in configMotionFilter() local
353 Ptr<MotionFilterBase> motionFilter = stab->motionFilter(); in configMotionFilter()
381 Ptr<TwoPassVideoStabilizer> stab = stabilizer_.dynamicCast<TwoPassVideoStabilizer>(); in nextFrame() local
382 return stab->nextFrame(); in nextFrame()
384 Ptr<OnePassVideoStabilizer> stab = stabilizer_.dynamicCast<OnePassVideoStabilizer>(); in nextFrame() local
385 return stab->nextFrame(); in nextFrame()
395 Ptr<TwoPassVideoStabilizer> stab = stabilizer_.dynamicCast<TwoPassVideoStabilizer>(); in nextStabilizedMotion() local
396 HMatrix = stab->nextStabilizedMotion(frame, stablizedPos); in nextStabilizedMotion()
[all …]
/external/google-breakpad/src/common/
Dstabs_reader.cc68 StabsReader::StabsReader(const uint8_t *stab, size_t stab_size, in StabsReader() argument
72 : entries_(stab, stab_size), in StabsReader()
Dstabs_reader.h96 StabsReader(const uint8_t *stab, size_t stab_size,
Dcommon.gyp49 'android/include/stab.h',
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c242 int stab; in WebRtcCng_Encode() local
324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode()
327 if (!stab) { in WebRtcCng_Encode()
/external/u-boot/arch/x86/lib/
Delf_x86_64_efi.lds65 *(.rela.stab)
Delf_ia32_efi.lds67 *(.rel.stab)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c578 int16_t stab; in WebRtcIsacfix_GetLpcCoef() local
813 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO); in WebRtcIsacfix_GetLpcCoef()
815 if (stab<0) { // If unstable use lower order in WebRtcIsacfix_GetLpcCoef()
821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8); in WebRtcIsacfix_GetLpcCoef()
/external/elfutils/tests/
Drun-strip-remove-keep.sh97 [23] .stab PROGBITS 00000000 000120 000720 12 24 0 4
184 [23] .stab PROGBITS 00000000 000120 000720 12 24 0 4
430 [23] .stab PROGBITS 00000000 000120 000720 12 24 0 4
481 [23] .stab PROGBITS 00000000 0005c8 000720 12 24 0 4
518 [23] .stab NOBITS 00000000 000120 000720 12 24 0 4
Drun-elfputzdata.sh47 Lets compress 24 .stab, size: 21540
85 Lets compress 24 .stab, size: 21540
/external/python/cpython2/Tools/versioncheck/
DREADME1 This is versioncheck 1.0, a first stab at automatic checking of versions of
/external/iproute2/bash-completion/
Dtc139 stab)
660 _tc_once_attr 'handle estimator stab'
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched.txt1075 # TODO: stab data should be tc_sizespec.tsize * sizeof(__u16)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt438 刺>'[stab]';
2270 朿>'[stab]';
/external/harfbuzz_ng/
DNEWS403 - First stab at AAT morx. Not hooked up.
/external/strace/
DNEWS825 * Fixed build when process_vm_readv is a stab.
/external/python/cpython2/Doc/library/
Doptparse.rst1810 Nevertheless, here's a stab at a callback for an option with variable
/external/python/cpython3/Doc/library/
Doptparse.rst1808 Nevertheless, here's a stab at a callback for an option with variable
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt17049 㩰 < to\-stab;
20414 刺 < stab;
48767 㩰 > to\-stab;
48782 㨖 > to\-stab;
53295 刺 > stab;
54532 朿 > stab;
54689 剚 > stab;
54690 刾 > stab;
54936 刺 > stab;
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt19039 5stab.
Dhyph-de-ch-1901.pat.txt18860 5stab.

12