Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 150) sorted by relevance

123456

/device/google/trout/hal/audio/6.0/
Daudio_vbuffer.c27 #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()
Dext_pcm.c35 #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/
Daudio_vbuffer.c27 #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()
Dext_pcm.c35 #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/
Dlocaleutil.h21 #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/
Dlocaleutil.h21 #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/
Dlocaleutil.h21 #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/
Dtest_float.py965 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/
DPaging.c37 #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/
DShellParametersProtocol.c785 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/
DTpm12GetCapability.c83 …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/
Dmetadata-defs.h37 #define MIN(x,y) (((x)>(y))?(y):(x)) macro
/device/google/sunfish/power/
Dmetadata-defs.h37 #define MIN(x,y) (((x)>(y))?(y):(x)) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/include/
Drk3399_mcu.h25 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs()
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockIo.c145 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/
Djuno_trng.c67 n = MIN(len, sizeof(uint32_t)); in juno_getentropy()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfvwrite.c108 (int)MIN(len, BUFSIZ)); in __sfvwrite()
196 s = (int)(MIN((int)len, nldist)); in __sfvwrite()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DConsole.c379 NumberOfLines = MIN (NumberOfLines, Rows - 3); in CreatePopUp()
384 MaxLength = MIN (MaxLength, Columns - 2); in CreatePopUp()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DQsort.c192 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/
DQemuVirtMem.c92 VirtualMemoryTable[2].Length = MIN (1ULL << FixedPcdGet8 (PcdPrePiCpuMemorySize), in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
DVirtMem.c99 VirtualMemoryTable[2].Length = MIN (1ULL << FixedPcdGet8 (PcdPrePiCpuMemorySize), in ArmPlatformGetVirtualMemoryMap()
/device/generic/goldfish/radio/libril/
Dril_internal.h38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
DSataController.c121 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/
DSataController.c151 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()

123456