Home
last modified time | relevance | path

Searched refs:use (Results 476 - 500 of 2191) sorted by relevance

1...<<11121314151617181920>>...88

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A Dinstall.bat4 @REM you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak2 # License & terms of use: http://www.unicode.org/copyright.html
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm4 ; Redistribution and use in source and binary forms, with or without
/third_party/python/PCbuild/
H A Denv.bat4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
/third_party/skia/include/gpu/vk/
H A DGrVkTypes.h16 #error Skia requires the use of Vulkan 1.1 headers
141 * drawBackendGpu() calls on an SkDrawable. The drawable will use this info to inject direct
/third_party/spirv-tools/source/opt/
H A Dreplace_desc_array_access_using_var_index.h4 // you may not use this file except in compliance with the License.
56 // Replaces the OpAccessChain or OpInBoundsAccessChain instruction |use| that
59 void ReplaceAccessChain(Instruction* var, Instruction* use) const;
62 // OpInBoundsAccessChain instruction |access_chain| to let it use a constant
124 // |access_chain| to |case_block|. The clone of |access_chain| will use
/third_party/spirv-tools/utils/vscode/
H A Dinstall.bat4 @REM you may not use this file except in compliance with the License.
/third_party/weex-loader/src/
H A Dparser.js7 * "License"); you may not use this file except in compliance
86 console.warn(`<we-element name="${getAttribute(node, 'name')}"> is deprecated, please use <element> instead.`)
/third_party/weex-loader/test/
H A Dtest.js7 * "License"); you may not use this file except in compliance
20 'use strict';
29 chai.use(sinonChai);
145 it('template and use weex module', () => {
163 it('template and use weex module in commonjs module', () => {
/third_party/zlib/watcom/
H A Dwatcom_f.mak5 # To use, do "wmake -f watcom_f.mak"
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
103 var s_save_tmp = s_save_buf_rsrc2 //shared with s_save_buf_rsrc2 (conflict: should not use mem access with s_save_tmp at the same time)
215 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI
243 //FIXME right now s_save_m0/s_save_mem_offset use tma_lo/tma_hi (might need to save them before using them?)
280 //use s_save_tmp would introduce conflict here between s_save_tmp and s_save_buf_rsrc2
340 /* save first 4 VGPR, then LDS save could use */
423 // TODO rearrange the RSRC words to use swizzle for VGPR save...
694 // HWREG are saved before SGPRs, so all HWREG could be use.
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1x.c187 int use; member
410 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params()
429 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free()
588 if (epcm->emu->capture_voice.use) in snd_emu10k1x_pcm_hw_params_capture()
592 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params_capture()
610 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free_capture()
786 if (cap_voice->use) in snd_emu10k1x_interrupt()
797 if (pvoice->use) in snd_emu10k1x_interrupt()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-acm.c188 if (!wb->use) { in acm_wb_alloc()
189 wb->use = true; in acm_wb_alloc()
207 if(acm->wb[i].use) in acm_wb_is_avail()
218 wb->use = false; in acm_write_done()
774 wb->use = false; in acm_port_shutdown()
826 wb->use = false; in acm_tty_write()
838 wb->use = false; in acm_tty_write()
875 if (acm->wb[i].use) in acm_tty_flush_buffer()
1289 /* a popular other OS doesn't use it */ in acm_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dconfigfs.c981 bool use; in webusb_use_store() local
983 ret = kstrtobool(page, &use); in webusb_use_store()
988 gi->use_webusb = use; in webusb_use_store()
1090 CONFIGFS_ATTR(webusb_, use);
1126 bool use; in os_desc_use_store() local
1128 ret = kstrtobool(page, &use); in os_desc_use_store()
1133 gi->use_os_desc = use; in os_desc_use_store()
1196 CONFIGFS_ATTR(os_desc_, use);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
355 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI
392 //FIXME right now s_save_m0/s_save_mem_offset use tma_lo/tma_hi (might need to save them before using them?)
429 //use s_save_tmp would introduce conflict here between s_save_tmp and s_save_buf_rsrc2
488 /* save first 4 VGPR, then LDS save could use */
601 // TODO rearrange the RSRC words to use swizzle for VGPR save...
944 // HWREG are saved before SGPRs, so all HWREG could be use.
1047 // VGPR count includes ACC VGPRs, use ACC VGPR offset for ARCH VGPR count.
H A Dcwsr_trap_handler_gfx8.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
103 var s_save_tmp = s_save_buf_rsrc2 //shared with s_save_buf_rsrc2 (conflict: should not use mem access with s_save_tmp at the same time)
215 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI
243 //FIXME right now s_save_m0/s_save_mem_offset use tma_lo/tma_hi (might need to save them before using them?)
280 //use s_save_tmp would introduce conflict here between s_save_tmp and s_save_buf_rsrc2
340 /* save first 4 VGPR, then LDS save could use */
423 // TODO rearrange the RSRC words to use swizzle for VGPR save...
695 // HWREG are saved before SGPRs, so all HWREG could be use.
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1x.c186 int use; member
410 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params()
429 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free()
590 if (epcm->emu->capture_voice.use) in snd_emu10k1x_pcm_hw_params_capture()
594 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params_capture()
612 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free_capture()
767 if (cap_voice->use) in snd_emu10k1x_interrupt()
778 if (pvoice->use) in snd_emu10k1x_interrupt()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex26 generator must use the dynamic unwind-info interface provided by
77 contrast, most CISC use variable-length instruction encodings, so it
78 is usually necessary to use a byte-offset as the index. Given the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
136 ASCII NUL terminated. For source languages that use name-mangling
172 ASCII NUL terminated. For source languages that use name-mangling
316 directives explicitly before the first use. With this approach, the
384 - UNW\_DYN\_ADD can only add to ``sp'' (always a negative value); use
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dattrib.c1244 u32 use = data_size - vbo; in attr_data_read_resident() local
1246 if (use > PAGE_SIZE) in attr_data_read_resident()
1247 use = PAGE_SIZE; in attr_data_read_resident()
1249 memcpy(kaddr, data + vbo, use); in attr_data_read_resident()
1250 memset(kaddr + use, 0, PAGE_SIZE - use); in attr_data_read_resident()
1283 u32 use = data_size - vbo; in attr_data_write_resident() local
1285 if (use > PAGE_SIZE) in attr_data_write_resident()
1286 use = PAGE_SIZE; in attr_data_write_resident()
1287 memcpy(data + vbo, kaddr, use); in attr_data_write_resident()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbindec.S23 | The k-factor is saved for use in d7. Clear the
65 | the INEX flag for use in A10.
169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for
387 swap %d5 |use upper word of d5 for LAMBDA
441 | the INEX flag for use in A10.
484 fabsx %fp0 |use abs(X)
592 bges do_fint |if pos, use Y
593 orl #0x80000000,(%a0) |if neg, use -Y
613 | in extended precision, so the use of a previous power-of-ten
823 fbeq den_zero |if zero, use
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbindec.S23 | The k-factor is saved for use in d7. Clear the
65 | the INEX flag for use in A10.
169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for
387 swap %d5 |use upper word of d5 for LAMBDA
441 | the INEX flag for use in A10.
484 fabsx %fp0 |use abs(X)
592 bges do_fint |if pos, use Y
593 orl #0x80000000,(%a0) |if neg, use -Y
613 | in extended precision, so the use of a previous power-of-ten
823 fbeq den_zero |if zero, use
[all...]
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c109 KDBMSG(BADWIDTH, "Illegal value for BYTESPERWORD use 1, 2, 4 or 8, "
111 KDBMSG(BADRADIX, "Illegal value for RADIX use 8, 10 or 16"),
143 * mechanisms in the kernel, so we use a very limited allocate-only
313 * We use a static environment buffer (envbuffer) to hold the values
857 /* Recursive use of kdb_parse, do not use argv after in kdb_exec_defcmd()
1493 "or use $D#44+ or $3#33\n"); in kdb_main_loop()
1859 "please use \"cpu %d\" and then execute go\n", in kdb_go()
2108 struct module_use *use; in kdb_lsmod() local
2110 list_for_each_entry(use, in kdb_lsmod()
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsleep.S59 * r2 = MPIDR value the resuming CPU will use
81 ALT_SMP(W(nop)) @ don't use adr_l inside ALT_SMP()
/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_seq.c7 * Redistribution and use in source and binary forms, with or without
159 pcallbacks.use = snd_opl4_seq_use; in snd_opl4_seq_probe()
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_irq.c58 if (pvoice->use) { in snd_gus_interrupt()

Completed in 28 milliseconds

1...<<11121314151617181920>>...88