Home
last modified time | relevance | path

Searched full:pal (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c182 tArgList * pAL = *(void **)ppAL; in addArgListEntry() local
188 if (pAL == NULL) { in addArgListEntry()
189 pAL = (tArgList *)AGALOC(sizeof(*pAL), "new option arg stack"); in addArgListEntry()
190 if (pAL == NULL) in addArgListEntry()
192 pAL->useCt = 0; in addArgListEntry()
193 pAL->allocCt = MIN_ARG_ALLOC_CT; in addArgListEntry()
194 *ppAL = VOIDP(pAL); in addArgListEntry()
201 else if (pAL->useCt >= pAL->allocCt) { in addArgListEntry()
202 size_t sz = sizeof(*pAL); in addArgListEntry()
203 pAL->allocCt += INCR_ARG_ALLOC_CT; in addArgListEntry()
[all …]
H A Dputshell.c310 tArgList * pAL = (tArgList *)pOD->optCookie; in print_stacked_arg() local
311 char const ** ppz = pAL->apzArgs; in print_stacked_arg()
312 int ct = pAL->useCt; in print_stacked_arg()
318 pAL->useCt - ct); in print_stacked_arg()
321 pAL->useCt - ct); in print_stacked_arg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h1 //===-- AMDGPUPALMetadata.h - PAL metadata handling -------------*- C++ -*-===//
10 /// PAL metadata handling
38 // From PAL version >= 3.0
47 // Read the amdgpu.pal.metadata supplied by the frontend, ready for
51 // Set PAL metadata from a binary blob from the applicable .note record.
126 // Set the hardware register bit in PAL metadata to enable wave32 on the
130 // Emit the accumulated PAL metadata as asm directives.
134 // Set PAL metadata from YAML text.
143 // 0 (no PAL metadata).
146 // Emit the accumulated PAL metadata as a binary blob.
[all …]
H A DAMDGPUPALMetadata.cpp1 //===-- AMDGPUPALMetadata.cpp - Accumulate and print AMDGPU PAL metadata -===//
12 /// the PAL metadata.
30 // Read the PAL metadata from IR metadata, where it was put by the frontend.
32 auto NamedMD = M.getNamedMetadata("amdgpu.pal.metadata.msgpack"); in readFromIR()
45 NamedMD = M.getNamedMetadata("amdgpu.pal.metadata"); in readFromIR()
67 // Set PAL metadata from a binary blob from the applicable .note record.
77 // Set PAL metadata from legacy (array of key=value pairs) blob.
85 // Set PAL metadata from msgpack blob.
113 // Calculate the PAL metadata key for *S_SCRATCH_SIZE. It can be used
114 // with a constant offset to access any non-register shader-specific PAL
[all …]
/freebsd/sys/dev/syscons/fade/
H A Dfade_saver.c48 u_char pal[256*3]; in fade_saver() local
56 pal[0] = pal[1] = pal[2] = 0; in fade_saver()
59 pal[i] = palette[i] - count; in fade_saver()
61 pal[i] = 60; in fade_saver()
63 vidd_load_palette(adp, pal); in fade_saver()
/freebsd/sys/dev/firewire/
H A Diec68113.h83 NTSC/PAL */
90 NTSC/PAL */
127 #define DV_DSF_12 0x80 /* PAL: payload[0] in Header DIF */
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
175 if (PAL.isEmpty()) in getAttributeListID()
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
299 void EnumerateAttributes(AttributeList PAL);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
176 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeListID()
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
297 void EnumerateAttributes(AttributeList PAL);
/freebsd/contrib/openpam/
H A DCREDITS18 Ankita Pal <pal.ankita.ankita@gmail.com>
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtechwell,tw9900.yaml7 title: Techwell TW9900 NTSC/PAL video decoder
13 The tw9900 is a multi-standard video decoder, supporting NTSC, PAL standards
H A Dtvp5150.txt3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
67 sdtv-standards = <SDTV_STD_PAL_M>; /* limit to pal-m signals */
H A Dtvp514x.txt7 conversion and decoding of NTSC, PAL and SECAM composite and S-video into
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp192 AttributeList PAL = CB->getAttributes(); in deleteDeadVarargs() local
193 if (!PAL.isEmpty()) { in deleteDeadVarargs()
196 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo)); in deleteDeadVarargs()
197 PAL = AttributeList::get(F.getContext(), PAL.getFnAttrs(), in deleteDeadVarargs()
198 PAL.getRetAttrs(), ArgAttrs); in deleteDeadVarargs()
214 NewCB->setAttributes(PAL); in deleteDeadVarargs()
750 const AttributeList &PAL = F->getAttributes(); in removeDeadStuffFromFunction() local
764 ArgAttrVec.push_back(PAL.getParamAttrs(ArgI)); in removeDeadStuffFromFunction()
765 HasLiveReturnedArg |= PAL.hasParamAttr(ArgI, Attribute::Returned); in removeDeadStuffFromFunction()
840 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs()); in removeDeadStuffFromFunction()
[all …]
H A DExpandVariadics.cpp794 AttributeList PAL = CB->getAttributes(); in expandCall() local
795 if (!PAL.isEmpty()) { in expandCall()
798 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo)); in expandCall()
799 PAL = in expandCall()
800 AttributeList::get(Ctx, PAL.getFnAttrs(), PAL.getRetAttrs(), ArgAttrs); in expandCall()
831 NewCB->setAttributes(PAL); in expandCall()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h93 HAL_RSSI_TX_POWER_SHORT = 1, /* short range, reduce OB/DB bias current and disable PAL */
94 HAL_RSSI_TX_POWER_MIDDLE = 2, /* middle range, reduce OB/DB bias current and PAL is enabled */
95 HAL_RSSI_TX_POWER_LONG = 3, /* long range, orig. OB/DB bias current and PAL is enabled */
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c65 {320, 1}, /* PAL 8000 cycle / 25 Hz */
69 300 /* PAL */
75 char *system_name[] = {"NTSC", "PAL"};
101 int nblocks[] = {250 /* NTSC */, 300 /* PAL */}; in dvrecv()
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dd_context_c.out2 A pig is a pal, who'll boost your morale,
H A Dd_context_a.out1 A pig is a pal, who'll boost your morale,
H A Dd_context_a.in3 A pig is a pal, who'll boost your morale,
H A Dd_context_d.out3 d_context_a.in:A pig is a pal, who'll boost your morale,
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c160 size_t pal = key1->keylen; in ecx_match() local
166 && pal == pbl in ecx_match()
167 && CRYPTO_memcmp(pa, pb, pal) == 0; in ecx_match()
175 size_t pal = key1->keylen; in ecx_match() local
181 && pal == pbl in ecx_match()
182 && CRYPTO_memcmp(pa, pb, pal) == 0; in ecx_match()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h473 // PAL metadata.
477 /// PAL metadata (old linear format) assembler directive.
480 /// PAL metadata (new MsgPack format) beginning assembler directive.
483 /// PAL metadata (new MsgPack format) ending assembler directive.
486 /// PAL metadata keys.
/freebsd/sys/dev/fb/
H A Dsplash_bmp.c108 static u_char pal[256*3]; in bmp_splash() local
122 vidd_save_palette(adp, pal); in bmp_splash()
148 for (i = 0; i < sizeof(pal); ++i) { in bmp_splash()
149 tpal[i] = pal[i] * brightness / FADE_LEVELS; in bmp_splash()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp224 // We use it for emitting the accumulated PAL metadata as directives.
225 // The PAL metadata is reset after it is emitted.
231 // Reset the pal metadata so its data will not affect a compilation that in finish()
605 // We use it for emitting the accumulated PAL metadata as a .note record.
606 // The PAL metadata is reset after it is emitted.
622 // Reset the pal metadata so its data will not affect a compilation that in finish()
/freebsd/contrib/file/magic/Magdir/
H A Danimation478 >>4 belong&0xFFFFFF00 0x30024000 \b, PAL Capture
482 >>>5 beshort&0x0FFF 0x0240 \b PAL
486 >>>7 byte&0xF0 0x80 \b, PAL 4:3
498 >>>5 beshort&0x0FFF 0x0120 \b PAL
502 >>>7 byte&0xF0 0x80 \b, PAL 4:3
504 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
510 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
516 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
956 >3 byte &0x80 (PAL)

123