/device/google/trout/hal/audio/6.0/ |
D | audio_vbuffer.c | 27 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 86 MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->head); in audio_vbuffer_write() 88 frames = MIN(frame_count, audio_vbuffer->tail - (audio_vbuffer->head)); in audio_vbuffer_write() 118 MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->tail); in audio_vbuffer_read() 120 frames = MIN(frame_count, audio_vbuffer->head - audio_vbuffer->tail); in audio_vbuffer_read()
|
D | ext_pcm.c | 35 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 100 unsigned int byteCount = MIN(count, in mixer_pipeline_write()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_vbuffer.c | 27 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 86 MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->head); in audio_vbuffer_write() 88 frames = MIN(frame_count, audio_vbuffer->tail - (audio_vbuffer->head)); in audio_vbuffer_write() 118 MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->tail); in audio_vbuffer_read() 120 frames = MIN(frame_count, audio_vbuffer->head - audio_vbuffer->tail); in audio_vbuffer_read()
|
D | ext_pcm.c | 35 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 100 unsigned int byteCount = MIN(count, in mixer_pipeline_write()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/ |
D | localeutil.h | 21 #undef MIN 24 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 160 l = MIN(l, MAX(MAX(remaining, min_width), 1)); in _Py_InsertThousandsGrouping() 162 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping() 192 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | localeutil.h | 21 #undef MIN 24 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 160 l = MIN(l, MAX(MAX(remaining, min_width), 1)); in _Py_InsertThousandsGrouping() 162 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping() 192 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/ |
D | localeutil.h | 21 #undef MIN 24 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro 160 l = MIN(l, MAX(MAX(remaining, min_width), 1)); in _Py_InsertThousandsGrouping() 162 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping() 192 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_float.py | 965 MIN = fromHex('0x1p-1022') # min normal variable in HexFloatTestCase 980 self.identical(self.MIN, ldexp(1.0, -1022)) 1076 MIN = self.MIN; 1267 self.identical(fromHex('0x0.ffffffffffffd6p-1022'), MIN-3*TINY) 1268 self.identical(fromHex('0x0.ffffffffffffd8p-1022'), MIN-2*TINY) 1269 self.identical(fromHex('0x0.ffffffffffffdap-1022'), MIN-2*TINY) 1270 self.identical(fromHex('0x0.ffffffffffffdcp-1022'), MIN-2*TINY) 1271 self.identical(fromHex('0x0.ffffffffffffdep-1022'), MIN-2*TINY) 1272 self.identical(fromHex('0x0.ffffffffffffe0p-1022'), MIN-2*TINY) 1273 self.identical(fromHex('0x0.ffffffffffffe2p-1022'), MIN-2*TINY) [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/ |
D | Paging.c | 37 #ifndef MIN 38 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro 199 gPDEBitsNum = (UINT8) MIN (SizeOfMemorySpace, EFI_MAX_ENTRY_BITS_NUM); in PreparePageTable() 201 gPDPTEBitsNum = (UINT8) MIN (SizeOfMemorySpace, EFI_MAX_ENTRY_BITS_NUM); in PreparePageTable()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellParametersProtocol.c | 785 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 794 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 802 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 810 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 819 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 829 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 842 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 855 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 869 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() 883 FirstLocation = MIN(CommandLineWalker, FirstLocation); in UpdateStdInStdOutStdErr() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/ |
D | Tpm12GetCapability.c | 83 …CopyMem (TpmPermanentFlags, &Response.Flags, MIN (sizeof (*TpmPermanentFlags), Response.ResponseSi… in Tpm12GetCapabilityFlagPermanent() 124 CopyMem (VolatileFlags, &Response.Flags, MIN (sizeof (*VolatileFlags), Response.ResponseSize)); in Tpm12GetCapabilityFlagVolatile()
|
/device/google/redbull/power/ |
D | metadata-defs.h | 37 #define MIN(x,y) (((x)>(y))?(y):(x)) macro
|
/device/google/sunfish/power/ |
D | metadata-defs.h | 37 #define MIN(x,y) (((x)>(y))?(y):(x)) macro
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/include/ |
D | rk3399_mcu.h | 25 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | stopwatch.c | 33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs()
|
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
D | BlockIo.c | 145 IoData.Size = MIN (BLKIF_MAX_SEGMENTS_PER_REQUEST * EFI_PAGE_SIZE, in XenPvBlkDxeBlockIoReadWriteBlocks() 148 IoData.Size = MIN ((BLKIF_MAX_SEGMENTS_PER_REQUEST - 1) * EFI_PAGE_SIZE, in XenPvBlkDxeBlockIoReadWriteBlocks()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/ |
D | juno_trng.c | 67 n = MIN(len, sizeof(uint32_t)); in juno_getentropy()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fvwrite.c | 108 (int)MIN(len, BUFSIZ)); in __sfvwrite() 196 s = (int)(MIN((int)len, nldist)); in __sfvwrite()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | Console.c | 379 NumberOfLines = MIN (NumberOfLines, Rows - 3); in CreatePopUp() 384 MaxLength = MIN (MaxLength, Columns - 2); in CreatePopUp()
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Qsort.c | 192 r = MIN(pa - (char *)a, pb - pa); in qsort() 194 r = MIN((size_t)(pd - pc), ((size_t)(pn - pd)) - es); in qsort()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ |
D | QemuVirtMem.c | 92 VirtualMemoryTable[2].Length = MIN (1ULL << FixedPcdGet8 (PcdPrePiCpuMemorySize), in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/ |
D | VirtMem.c | 99 VirtualMemoryTable[2].Length = MIN (1ULL << FixedPcdGet8 (PcdPrePiCpuMemorySize), in ArmPlatformGetVirtualMemoryMap()
|
/device/generic/goldfish/radio/libril/ |
D | ril_internal.h | 38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/ |
D | SataController.c | 121 PioMode = (UINT16) MIN (AdvancedPioMode, 4); in CalculateBestPioMode() 126 PioMode = (UINT16) MIN (4, PioMode); in CalculateBestPioMode() 128 PioMode = (UINT16) MIN (3, PioMode); in CalculateBestPioMode() 130 PioMode = (UINT16) MIN (2, PioMode); in CalculateBestPioMode()
|
/device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/ |
D | SataController.c | 151 PioMode = (UINT16) MIN (AdvancedPioMode, 4); in CalculateBestPioMode() 156 PioMode = (UINT16) MIN (4, PioMode); in CalculateBestPioMode() 158 PioMode = (UINT16) MIN (3, PioMode); in CalculateBestPioMode() 160 PioMode = (UINT16) MIN (2, PioMode); in CalculateBestPioMode()
|