/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | winmacro.h | 97 sub %scratch, %cur_reg, %scratch; \ 101 sub %scratch, %cur_reg, %scratch; \
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_asm_32.S | 21 sub r_HEADLEN, r_OFF, r_TMP 50 sub r_HEADLEN, r_OFF, r_TMP
|
/kernel/linux/linux-5.10/drivers/phy/marvell/ |
H A D | phy-armada38x-comphy.c | 112 static int a38x_comphy_set_mode(struct phy *phy, enum phy_mode mode, int sub) in a38x_comphy_set_mode() argument 121 switch (sub) { in a38x_comphy_set_mode()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | lib.h | 66 * @sub: a substring, not necessarily null terminated 67 * @len: length of @sub to compare 71 static inline bool aa_strneq(const char *str, const char *sub, int len) in aa_strneq() argument 73 return !strncmp(str, sub, len) && !str[len]; in aa_strneq()
|
/kernel/linux/linux-6.6/drivers/phy/marvell/ |
H A D | phy-armada38x-comphy.c | 113 static int a38x_comphy_set_mode(struct phy *phy, enum phy_mode mode, int sub) in a38x_comphy_set_mode() argument 122 switch (sub) { in a38x_comphy_set_mode()
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | memmove_64.S | 61 sub $0x20, %rdx 66 sub $0x20, %rdx
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | lib.h | 71 * @sub: a substring, not necessarily null terminated 72 * @len: length of @sub to compare 76 static inline bool aa_strneq(const char *str, const char *sub, int len) in aa_strneq() argument 78 return !strncmp(str, sub, len) && !str[len]; in aa_strneq()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_mathbinary.c | 31 static float sub(float src0, float src1) in sub() function 172 math_binary_not_commutative(sub, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hpeldsp_vp3.asm | 61 sub r3d, 4 97 sub r3d, 4
|
H A D | utvideodsp.asm | 70 sub hd, 1 126 sub hd, 1
|
H A D | flac_dsp_gpl.asm | 53 sub length, orderd label 99 sub length, (3*mmsize)/4
|
H A D | opusdsp.asm | 67 sub lend, mmsize >> 2 108 sub lend, mmsize >> 2
|
/third_party/gn/src/base/third_party/icu/ |
H A D | icu_utf.h | 240 #define CBU8_INTERNAL_NEXT_OR_SUB(s, i, length, c, sub) CBUPRV_BLOCK_MACRO_BEGIN { \ 263 (c)=(sub); /* ill-formed*/ \
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 164 base_name = re.sub(r'\.[^.]*$', '', re.sub(r'.*/', '', file_name))
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | __init__.py | 143 return _entity_re.sub(handle_match, text_type(self)) 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | __init__.py | 143 return _entity_re.sub(handle_match, text_type(self)) 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/musl/src/fenv/i386/ |
H A D | fenv.s | 42 1: sub $32,%esp 55 sub $32,%esp
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
H A D | s-c2.c | 127 static void *sub(void *arg) in sub() function 181 ret_create = pthread_create(&ch, &ta, sub, arg); in threaded()
|
/third_party/lzma/Asm/arm64/ |
H A D | 7zAsm.S | 46 sub \reg, \reg, \param
82 sub \reg, \reg, 1
|
/third_party/python/Lib/ |
H A D | string.py | 109 # Helper function for .sub() 121 return self.pattern.sub(convert, self.template) 128 # Helper function for .sub() 142 return self.pattern.sub(convert, self.template)
|
/third_party/python/Lib/re/ |
H A D | __init__.py | 91 sub Substitute occurrences of a pattern found in a string. 92 subn Same as sub, but also return the number of substitutions made. 131 "match", "fullmatch", "search", "sub", "subn", "split", 178 def sub(pattern, repl, string, count=0, flags=0): function 185 return _compile(pattern, flags).sub(repl, string, count) 316 # internal: Pattern.sub/subn implementation helper
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | validity.py | 29 return _A_VS_AN_RE.sub(r' an \1\2', s) 126 self._extend(_VUID_ANCHOR_RE.sub('', s, 1) for s in other.lines)
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 143 return _entity_re.sub(handle_match, text_type(self)) 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strrchr.S | 128 sub tmp4, nul_match, #1 141 sub result, src_match, tmp3, lsr #1
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 86 const testStringSub = "".sub(); 184 var testStringSub = "".sub();
|