Home
last modified time | relevance | path

Searched refs:use (Results 851 - 875 of 1043) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp10 * you may not use this file except in compliance with the License.
159 void use() const;
736 * - instead of gl_InvocationID, geometry shader should use predefined values
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-3dn.asm9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
H A Djidctint-avx2.asm10 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dsetup.hpp14 # pragma message("GLM: GLM_MESSAGES is deprecated, use GLM_FORCE_MESSAGES instead")
456 # pragma message("GLM: GCC older than 4.6 has a bug presenting the use of rgba and stpq components")
588 # pragma message("GLM: GLM_SWIZZLE is deprecated, use GLM_FORCE_SWIZZLE instead")
633 # error Define GLM_FORCE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space.
656 // to use left handed coordinate system by default.
/third_party/spirv-tools/source/opt/
H A Dtypes.h4 // you may not use this file except in compliance with the License.
634 const uint32_t use);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dndis_events.c499 * MSNdis events. If this fails, use the provided description. in ndis_events_get_adapter()
614 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
628 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
656 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
669 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
681 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
732 * per process, so let's use wmi_first flag to protect against in ndis_events_init()
764 wpa_printf(MSG_DEBUG, "ndis_events: use adapter descriptor '%S'", in ndis_events_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dndis_events.c499 * MSNdis events. If this fails, use the provided description. in ndis_events_get_adapter()
614 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
628 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
656 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
669 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
681 return 0; /* use Win32_NetworkAdapter::Name */ in ndis_events_get_adapter()
732 * per process, so let's use wmi_first flag to protect against in ndis_events_init()
764 wpa_printf(MSG_DEBUG, "ndis_events: use adapter descriptor '%S'", in ndis_events_init()
/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c877 * preallocation. We might use some delayed work for that but I feel in inode_getblk()
1289 * arbitrary - just that we hopefully don't limit any real use of rewritten
1700 struct unallocSpaceEntry *use = in udf_update_inode() local
1703 use->lengthAllocDescs = cpu_to_le32(iinfo->i_lenAlloc); in udf_update_inode()
1707 use->descTag.tagIdent = cpu_to_le16(TAG_IDENT_USE); in udf_update_inode()
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c477 * preallocation. We might use some delayed work for that but I feel in udf_get_block()
1311 * arbitrary - just that we hopefully don't limit any real use of rewritten
1722 struct unallocSpaceEntry *use = in udf_update_inode() local
1725 use->lengthAllocDescs = cpu_to_le32(iinfo->i_lenAlloc); in udf_update_inode()
1729 use->descTag.tagIdent = cpu_to_le16(TAG_IDENT_USE); in udf_update_inode()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
345 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI
372 // Trap temporaries must be saved via VGPR but all VGPRs are in use.
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c673 // also use the equation. JDW in snd_trident_convert_rate()
703 // also use the equation. JDW in snd_trident_convert_adc_rate()
3329 /* use emu memory block manager code to manage tlb page allocation */ in snd_trident_tlb_alloc()
3777 pvoice->use = 1; in snd_trident_alloc_voice()
3793 pvoice->use = 1; in snd_trident_alloc_voice()
3814 if (voice == NULL || !voice->use) in snd_trident_free_voice()
3825 voice->use = voice->pcm = voice->synth = voice->midi = 0; in snd_trident_free_voice()
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident_main.c673 // also use the equation. JDW in snd_trident_convert_rate()
703 // also use the equation. JDW in snd_trident_convert_adc_rate()
3343 /* use emu memory block manager code to manage tlb page allocation */ in snd_trident_tlb_alloc()
3761 pvoice->use = 1; in snd_trident_alloc_voice()
3777 pvoice->use = 1; in snd_trident_alloc_voice()
3798 if (voice == NULL || !voice->use) in snd_trident_free_voice()
3809 voice->use = voice->pcm = voice->synth = voice->midi = 0; in snd_trident_free_voice()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
914 for (Value::UseCIterator use = lval->uses.begin(); in isShortRegVal()
915 use != lval->uses.end(); ++use) in isShortRegVal()
916 if (isShortRegOp((*use)->getInsn())) in isShortRegVal()
1174 // if this is a contraint-move there will only be a single use in doCoalesce()
1579 // coalesce first, we use only 1 RIG node for a group of joined values in allocateRegisters()
1811 // instruction before it, then replace the use with the temporary register.
1814 // For "Pseudo" instructions (like PHI, SPLIT, MERGE) we can erase the use
1847 // Unspill at each use *befor in run()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc2255 for (Node* const use : node->uses()) { in SwapBranches()
2256 switch (use->opcode()) { in SwapBranches()
2258 NodeProperties::ChangeOp(use, common()->IfFalse()); in SwapBranches()
2261 NodeProperties::ChangeOp(use, common()->IfTrue()); in SwapBranches()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddo_func.S326 fmovel USER_FPCR(%a6),%fpcr |use user's rmode and precision
406 fmovel USER_FPCR(%a6),%fpcr |use user's rmode and precision
H A Dsrem_mod.S236 |..use the borrow of the previous compare
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dhead_32.S254 sll %g4, 0x4, %g4 ! We use this below
699 .asciz "\n\rOn sun4u you have to use sparc64 kernel\n\rand not a sparc32 version\n\r\n\r"
778 * gets initialized in c-code so all routines can use it.
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx-asm.S18 # Redistribution and use in source and binary forms, with or
H A Dsha512-ssse3-asm.S18 # Redistribution and use in source and binary forms, with or
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsrem_mod.S236 |..use the borrow of the previous compare
H A Ddo_func.S326 fmovel USER_FPCR(%a6),%fpcr |use user's rmode and precision
406 fmovel USER_FPCR(%a6),%fpcr |use user's rmode and precision
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dhead_32.S254 sll %g4, 0x4, %g4 ! We use this below
699 .asciz "\n\rOn sun4u you have to use sparc64 kernel\n\rand not a sparc32 version\n\r\n\r"
778 * gets initialized in c-code so all routines can use it.
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsr.c764 cd->use = 1; in sr_probe()
851 * certain UDF media. If last_written is larger, use in get_sectorsize()
1030 * called on last put, you should always use the scsi_cd_get()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsr.c658 cd->use = 1; in sr_probe()
749 * certain UDF media. If last_written is larger, use in get_sectorsize()

Completed in 37 milliseconds

1...<<31323334353637383940>>...42