/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-gpio-defs.h | 327 uint64_t set:24; member 329 uint64_t set:24; 336 uint64_t set:16; member 338 uint64_t set:16; 345 uint64_t set:20; member 347 uint64_t set:20;
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stanh.S | 61 .set X,FP_SCR5 62 .set XDCARE,X+2 63 .set XFRAC,X+4 65 .set SGN,L_SCR3 67 .set V,FP_SCR6 166 fmovex X(%a6),%fp0 |last inst - possible exception set
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 249 unsigned long clr, unsigned long set, int huge) in pte_update() 253 pte_basic_t new = (old & ~(pte_basic_t)clr) | set; in pte_update() 284 unsigned long clr, unsigned long set, int huge) in pte_update() 287 pte_basic_t new = (old & ~(pte_basic_t)clr) | set; in pte_update() 332 unsigned long set = pte_val(entry) & in __ptep_set_access_flags() local 336 pte_update(vma->vm_mm, address, ptep, 0, set, huge); in __ptep_set_access_flags() 248 pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, unsigned long clr, unsigned long set, int huge) pte_update() argument 283 pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, unsigned long clr, unsigned long set, int huge) pte_update() argument
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 53 ; 2. STATUS32.Z flag set if in U mode at time of interrupt (U:1,K:0) 82 ; 2. STATUS32.Z flag set if in U mode at time of exception (U:1,K:0) 162 ; 1. Utilize the fact that Z bit is set if Intr taken in U mode 197 ; - Z flag set on K is inverse of what hardware does on interrupt entry 238 ; INPUT: Z flag set if returning to K mode 260 btst r0, STATUS_U_BIT ; Z flag set if K, used in restoring SP
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | hci.h | 233 u32 set; in rtw_write32_mask() local 238 set = (orig & ~mask) | ((data << shift) & mask); in rtw_write32_mask() 239 rtw_write32(rtwdev, addr, set); in rtw_write32_mask() 246 u8 orig, set; in rtw_write8_mask() local 252 set = (orig & ~mask) | ((data << shift) & mask); in rtw_write8_mask() 253 rtw_write8(rtwdev, addr, set); in rtw_write8_mask()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | upd78f0730.c | 211 unsigned int set, unsigned int clear) in upd78f0730_tiocmset() 222 if (set & TIOCM_DTR) { in upd78f0730_tiocmset() 224 dev_dbg(dev, "%s - set DTR\n", __func__); in upd78f0730_tiocmset() 226 if (set & TIOCM_RTS) { in upd78f0730_tiocmset() 228 dev_dbg(dev, "%s - set RTS\n", __func__); in upd78f0730_tiocmset() 259 dev_dbg(dev, "%s - set BREAK\n", __func__); in upd78f0730_break_ctl() 274 unsigned int set = 0; in upd78f0730_dtr_rts() local 278 set = TIOCM_DTR | TIOCM_RTS; in upd78f0730_dtr_rts() 282 upd78f0730_tiocmset(tty, set, clear); in upd78f0730_dtr_rts() 210 upd78f0730_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) upd78f0730_tiocmset() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.c | 41 if (ior->func->route.set) in nvkm_outp_route() 42 ior->func->route.set(outp, NULL); in nvkm_outp_route() 51 if (ior->func->route.set) in nvkm_outp_route() 52 ior->func->route.set(outp, ior); in nvkm_outp_route() 125 (ior->func->route.set || ior->id == __ffs(outp->info.or))) in nvkm_outp_acquire_hda() 135 (ior->func->route.set || ior->id == __ffs(outp->info.or))) in nvkm_outp_acquire_hda()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/irq/dcn30/ |
H A D | irq_service_dcn30.c | 158 .set = NULL, 163 .set = NULL, 168 .set = NULL, 173 .set = NULL, 178 .set = NULL, 273 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/irq/dcn20/ |
H A D | irq_service_dcn20.c | 151 .set = NULL, 156 .set = NULL, 161 .set = NULL, 166 .set = NULL, 171 .set = NULL, 266 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/irq/dcn21/ |
H A D | irq_service_dcn21.c | 152 .set = NULL, 157 .set = NULL, 162 .set = NULL, 167 .set = NULL, 172 .set = NULL, 267 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/irq/dcn10/ |
H A D | irq_service_dcn10.c | 151 .set = NULL, 156 .set = NULL, 161 .set = NULL, 166 .set = NULL, 171 .set = NULL, 262 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | upd78f0730.c | 205 unsigned int set, unsigned int clear) in upd78f0730_tiocmset() 216 if (set & TIOCM_DTR) { in upd78f0730_tiocmset() 218 dev_dbg(dev, "%s - set DTR\n", __func__); in upd78f0730_tiocmset() 220 if (set & TIOCM_RTS) { in upd78f0730_tiocmset() 222 dev_dbg(dev, "%s - set RTS\n", __func__); in upd78f0730_tiocmset() 254 dev_dbg(dev, "%s - set BREAK\n", __func__); in upd78f0730_break_ctl() 271 unsigned int set = 0; in upd78f0730_dtr_rts() local 275 set = TIOCM_DTR | TIOCM_RTS; in upd78f0730_dtr_rts() 279 upd78f0730_tiocmset(tty, set, clear); in upd78f0730_dtr_rts() 204 upd78f0730_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) upd78f0730_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dce110/ |
H A D | irq_service_dce110.c | 65 .set = NULL, 70 .set = NULL, 75 .set = NULL, 80 .set = dce110_vblank_set, 85 .set = NULL, 229 .set = dal_irq_service_dummy_set,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | hci.h | 231 u32 set; in rtw_write32_mask() local 236 set = (orig & ~mask) | ((data << shift) & mask); in rtw_write32_mask() 237 rtw_write32(rtwdev, addr, set); in rtw_write32_mask() 244 u8 orig, set; in rtw_write8_mask() local 250 set = (orig & ~mask) | ((data << shift) & mask); in rtw_write8_mask() 251 rtw_write8(rtwdev, addr, set); in rtw_write8_mask()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.c | 41 if (ior->func->route.set) in nvkm_outp_route() 42 ior->func->route.set(outp, NULL); in nvkm_outp_route() 51 if (ior->func->route.set) in nvkm_outp_route() 52 ior->func->route.set(outp, ior); in nvkm_outp_route() 125 (ior->func->route.set || ior->id == __ffs(outp->info.or))) in nvkm_outp_acquire_hda() 135 (ior->func->route.set || ior->id == __ffs(outp->info.or))) in nvkm_outp_acquire_hda()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | synth_filter_vfp.S | 108 .set J, J - 64 109 .set OFFSET, OFFSET + 64*4 158 .set J, 512 - 64 159 .set OFFSET, -IMM_OFF_SKEW 184 .set J, 512 - 64 185 .set OFFSET, -IMM_OFF_SKEW
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Row.java | 62 return set(0, item); in set0() 68 return set(1, item); in set1() 74 return set(2, item); in set2() 80 return set(3, item); in set3() 86 return set(4, item); in set4() 92 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | fldset.cpp | 174 void FieldsSet::set(int32_t field, int32_t amount) { in set() function in FieldsSet 223 set(field, value); in parseValueDefault() 229 set(field, value); in parseValueEnum() 261 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the caller 267 cal->set((UCalendarDateFields)i, value); in setOnCalendar() 288 diffSet.set((UCalendarDateFields)i, calVal); in matches() 341 set(field, get(field) | UDAT_RELATIVE); in handleParseValue()
|
H A D | canittst.cpp | 147 Hashtable *set = new Hashtable(false, status); in TestBasic() local 148 set->setValueDeleter(uprv_deleteUObject); in TestBasic() 156 set->removeAll(); in TestBasic() 163 set->put(result, new UnicodeString(result), status); // Add result to the table in TestBasic() 167 expectEqual(i + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1])); in TestBasic() 173 delete set; in TestBasic() 224 // set up for readable display in getReadable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Row.java | 78 return set(0, item); in set0() 84 return set(1, item); in set1() 90 return set(2, item); in set2() 96 return set(3, item); in set3() 102 return set(4, item); in set4() 108 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | table.cc | 140 check(table->set(0, g)); in run() 141 check(table->set(1, nullptr)); in run() 142 check(! table->set(2, f)); in run() 153 check(table->set(2, f)); in run() 154 check(table->set(3, h.get())); in run() 155 check(! table->set(5, nullptr)); in run()
|
/third_party/node/tools/icu/ |
H A D | icutrim.py | 43 help="set the prefix directory for ICU tools") 189 itemset = set(items) 200 remove = set(config["remove"]) 202 remove = set() 206 keep = set(config["keep"]) 208 keep = set() 236 only = set(myconfig["only"])
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gf100.asm | 33 set $p0 0x1 ge u32 $r1 $r2 36 $p0 set $p0 0x1 ge u32 $r1 $r2 48 set $p2 0x1 lt s32 $r0 0x0 49 set $p3 0x1 lt s32 $r1 0x0 xor $p2 71 set $p0 0x1 ge u32 $r1 $r2 74 $p0 set $p0 0x1 ge u32 $r1 $r2
|
/third_party/node/deps/uv/src/unix/ |
H A D | internal.h | 83 int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset); 87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) 198 int uv__cloexec(int fd, int set); 199 int uv__nonblock_ioctl(int fd, int set); 200 int uv__nonblock_fcntl(int fd, int set);
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 59 # We need to set DEPOT_TOOLS_WIN_TOOLCHAIN to 0 for non-Googlers, but otherwise 62 # explicitly set to 0. 88 visited_keys: Set[str] = set() 152 if type(v) in (list, tuple, set): 159 flattened[k] = sortedi(set(existing + v)) 312 libraries = set() 340 dep_libs: Set[str] = set() 341 for dep_name in set(desc['deps']):
|