Searched refs:xs (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | XenStore.c | 173 static XENSTORE_PRIVATE xs; variable 280 if (IsListEmpty (&xs.RegisteredWatches)) { in XenStoreFindWatch() 283 for (Entry = GetFirstNode (&xs.RegisteredWatches); in XenStoreFindWatch() 284 !IsNull (&xs.RegisteredWatches, Entry); in XenStoreFindWatch() 285 Entry = GetNextNode (&xs.RegisteredWatches, Entry)) { in XenStoreFindWatch() 432 WaitList[0] = xs.EventChannelEvent; in XenStoreWaitForEvent() 472 Cons = xs.XenStore->req_cons; in XenStoreWriteStore() 473 Prod = xs.XenStore->req_prod; in XenStoreWriteStore() 483 Status = XenStoreWaitForEvent (xs.EventChannelEvent, in XenStoreWriteStore() 493 xs.XenStore->req_cons = xs.XenStore->req_prod = 0; in XenStoreWriteStore() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xrange.py | 28 def assert_iterators_equal(self, xs, ys, test_id, limit=None): argument 32 xs = itertools.islice(xs, limit) 35 pairs = itertools.izip_longest(xs, ys, fillvalue=sentinel)
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 718 float xs, ys, zs; in parseRawData() local 733 xs = (float)raw_x * kScale_mag; in parseRawData() 738 x = ST_MAG40_REMAP_X_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX); in parseRawData() 739 y = ST_MAG40_REMAP_Y_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX); in parseRawData() 740 z = ST_MAG40_REMAP_Z_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX); in parseRawData()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 2269 for (int32_t xs = dim.width - 1; xs >= 0; xs--) { in convertLegacyToRaw16() local 2270 uint32_t x = (uint32_t)xs; in convertLegacyToRaw16() 2314 for (int32_t xs = dim.width - 1; xs >= 0; xs--) { in convertMipiToRaw16() local 2315 uint32_t x = (uint32_t)xs; in convertMipiToRaw16()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 2526 StrNode* xs = NSTR(x); in is_not_included() local 2535 if (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end)) in is_not_included() 2549 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included() 2550 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included() 2566 for (i = 0, p = ys->s, q = xs->s; i < len; i++, p++, q++) { in is_not_included()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 119 …����E��,K`A`���`�`�pG#�`���xCh9Zhɲ)B`���`"Z`"�`FpG"Z`���K�xs��ZhB`"�`X`pGKJX… 578 …`�(FI2F�����4�� F�� !J����O��0�� !J��z�O��0�� !J��r�O��0���xsXJ�gDJ,JJ…
|