Home
last modified time | relevance | path

Searched refs:sub (Results 926 - 950 of 2371) sorted by relevance

1...<<31323334353637383940>>...95

/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dwinmacro.h97 sub %scratch, %cur_reg, %scratch; \
101 sub %scratch, %cur_reg, %scratch; \
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_asm_32.S21 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 Dphy-armada38x-comphy.c112 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 Dlib.h66 * @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 Dphy-armada38x-comphy.c113 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 Dmemmove_64.S61 sub $0x20, %rdx
66 sub $0x20, %rdx
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dlib.h71 * @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 Ddnn_backend_native_layer_mathbinary.c31 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 Dhpeldsp_vp3.asm61 sub r3d, 4
97 sub r3d, 4
H A Dutvideodsp.asm70 sub hd, 1
126 sub hd, 1
H A Dflac_dsp_gpl.asm53 sub length, orderd label
99 sub length, (3*mmsize)/4
H A Dopusdsp.asm67 sub lend, mmsize >> 2
108 sub lend, mmsize >> 2
/third_party/gn/src/base/third_party/icu/
H A Dicu_utf.h240 #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 Dcheck_test_cases.py164 base_name = re.sub(r'\.[^.]*$', '', re.sub(r'.*/', '', file_name))
/third_party/node/deps/v8/third_party/markupsafe/
H A D__init__.py143 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__.py143 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 Dfenv.s42 1: sub $32,%esp
55 sub $32,%esp
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c127 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 D7zAsm.S46 sub \reg, \reg, \param
82 sub \reg, \reg, 1
/third_party/python/Lib/
H A Dstring.py109 # 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__.py91 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 Dvalidity.py29 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__.py143 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 Dstrrchr.S128 sub tmp4, nul_match, #1
141 sub result, src_match, tmp3, lsr #1
/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2015.js86 const testStringSub = "".sub();
184 var testStringSub = "".sub();

Completed in 12 milliseconds

1...<<31323334353637383940>>...95