/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/ |
D | efi32.com | 2 …VWu}�M����_^f��(fKf��u��q@sPP�@PÐjj�/jj�&jj�jj�jj�…
|
D | efi64.com | 4 …jj�<jj�3jj�*jj�!jj�jj �jj!�jj"��jj#��jj$��jj%�… 5 jj>�jj?��jj@��jjA��jjB��jjC��jjD��jjE��jjF�jjG�jjH�…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | markupbase.py | 49 def updatepos(self, i, j): argument 50 if i >= j: 51 return j 53 nlines = rawdata.count("\n", i, j) 56 pos = rawdata.rindex("\n", i, j) # Should not fail 57 self.offset = j-(pos+1) 59 self.offset = self.offset + j-i 60 return j 77 j = i + 2 78 assert rawdata[i:j] == "<!", "unexpected call to parse_declaration" [all …]
|
D | fnmatch.py | 97 j = i 98 if j < n and pat[j] == '!': 99 j = j+1 100 if j < n and pat[j] == ']': 101 j = j+1 102 while j < n and pat[j] != ']': 103 j = j+1 104 if j >= n: 107 stuff = pat[i:j].replace('\\','\\\\') 108 i = j+1
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | mutex.c | 62 u32 j; in mutex_lock() local 68 for (j = 0; j < M_N; j++) in mutex_lock() 71 while (MUTEX_SHARED_READ(j) & __M_S) (void) 0; in mutex_lock() 79 for (j = 0; j < M_N; j++) in mutex_lock() 82 if (MUTEX_SHARED_READ(j) & __M_A) in mutex_lock() 93 for (j = 0; j < M_N; j++) in mutex_lock() 95 if (MUTEX_SHARED_READ(j) & __M_A) in mutex_lock() 109 for (j = 0; j < M_N; j++) in mutex_lock() 111 while (MUTEX_SHARED_READ(j) & __M_W) (void) 0; in mutex_lock() 118 for (j = 0; j < M_N; j++) in mutex_lock() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Xabs.c | 21 abs(int j) in abs() argument 23 return(j < 0 ? -j : j); in abs() 27 labs(long j) in labs() argument 29 return(j < 0 ? -j : j); in labs() 33 llabs(long long j) in llabs() argument 35 return (j < 0 ? -j : j); in llabs()
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 39 static void mat33SwapRows(struct Mat33 *A, uint32_t i, uint32_t j); 42 uint32_t l, uint32_t i, uint32_t j); 44 static void mat44SwapRows(struct Mat44 *A, uint32_t i, uint32_t j); 101 uint32_t j; in mat33Multiply() local 102 for (j = 0; j < 3; ++j) { in mat33Multiply() 106 sum += A->elem[i][k] * B->elem[k][j]; in mat33Multiply() 109 out->elem[i][j] = sum; in mat33Multiply() 119 uint32_t j; in mat33ScalarMul() local 120 for (j = 0; j < 3; ++j) { in mat33ScalarMul() 121 A->elem[i][j] *= c; in mat33ScalarMul() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | split.h | 61 Py_ssize_t i, j, count=0; in stringlib_split_whitespace() local 68 i = j = 0; in stringlib_split_whitespace() 73 j = i; i++; in stringlib_split_whitespace() 77 if (j == 0 && i == str_len && STRINGLIB_CHECK_EXACT(str_obj)) { in stringlib_split_whitespace() 85 SPLIT_ADD(str, j, i); in stringlib_split_whitespace() 110 Py_ssize_t i, j, count=0; in stringlib_split_char() local 117 i = j = 0; in stringlib_split_char() 118 while ((j < str_len) && (maxcount-- > 0)) { in stringlib_split_char() 119 for(; j < str_len; j++) { in stringlib_split_char() 121 if (str[j] == ch) { in stringlib_split_char() [all …]
|
D | fastsearch.h | 43 Py_ssize_t i, j, mlast, w; in fastsearch() local 96 for (j = 0; j < mlast; j++) in fastsearch() 97 if (s[i+j] != p[j]) in fastsearch() 99 if (j == mlast) { in fastsearch() 136 for (j = mlast; j > 0; j--) in fastsearch() 137 if (s[i+j] != p[j]) in fastsearch() 139 if (j == 0) in fastsearch()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | split.h | 61 Py_ssize_t i, j, count=0; in stringlib_split_whitespace() local 68 i = j = 0; in stringlib_split_whitespace() 73 j = i; i++; in stringlib_split_whitespace() 77 if (j == 0 && i == str_len && STRINGLIB_CHECK_EXACT(str_obj)) { in stringlib_split_whitespace() 85 SPLIT_ADD(str, j, i); in stringlib_split_whitespace() 110 Py_ssize_t i, j, count=0; in stringlib_split_char() local 117 i = j = 0; in stringlib_split_char() 118 while ((j < str_len) && (maxcount-- > 0)) { in stringlib_split_char() 119 for(; j < str_len; j++) { in stringlib_split_char() 121 if (str[j] == ch) { in stringlib_split_char() [all …]
|
D | fastsearch.h | 43 Py_ssize_t i, j, mlast, w; in fastsearch() local 96 for (j = 0; j < mlast; j++) in fastsearch() 97 if (s[i+j] != p[j]) in fastsearch() 99 if (j == mlast) { in fastsearch() 136 for (j = mlast; j > 0; j--) in fastsearch() 137 if (s[i+j] != p[j]) in fastsearch() 139 if (j == 0) in fastsearch()
|
D | transmogrify.h | 18 Py_ssize_t i, j; in stringlib_expandtabs() local 26 i = j = 0; in stringlib_expandtabs() 31 Py_ssize_t incr = tabsize - (j % tabsize); in stringlib_expandtabs() 32 if (j > PY_SSIZE_T_MAX - incr) in stringlib_expandtabs() 34 j += incr; in stringlib_expandtabs() 38 if (j > PY_SSIZE_T_MAX - 1) in stringlib_expandtabs() 40 j++; in stringlib_expandtabs() 42 if (i > PY_SSIZE_T_MAX - j) in stringlib_expandtabs() 44 i += j; in stringlib_expandtabs() 45 j = 0; in stringlib_expandtabs() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fnmatch.py | 101 j = i 102 if j < n and pat[j] == '!': 103 j = j+1 104 if j < n and pat[j] == ']': 105 j = j+1 106 while j < n and pat[j] != ']': 107 j = j+1 108 if j >= n: 111 stuff = pat[i:j].replace('\\','\\\\') 112 i = j+1
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | k_rem_pio2.c | 159 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local 172 j = jv-jx; m = jx+jk; in __kernel_rem_pio2() 173 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (double) ipio2[j]; in __kernel_rem_pio2() 177 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw; in __kernel_rem_pio2() 183 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { in __kernel_rem_pio2() 186 z = q[j-1]+fw; in __kernel_rem_pio2() 206 j = iq[i]; in __kernel_rem_pio2() 208 if(j!=0) { in __kernel_rem_pio2() 209 carry = 1; iq[i] = 0x1000000- j; in __kernel_rem_pio2() 211 } else iq[i] = 0xffffff - j; in __kernel_rem_pio2() [all …]
|
D | e_pow.c | 122 int32_t i,j,k,yisint,n; in __ieee754_pow() local 149 j = ly>>(52-k); in __ieee754_pow() 150 if((u_int32_t)(j<<(52-k))==ly) yisint = 2-(j&1); in __ieee754_pow() 152 j = iy>>(20-k); in __ieee754_pow() 153 if((j<<(20-k))==iy) yisint = 2-(j&1); in __ieee754_pow() 230 j = ix&0x000fffff; in __ieee754_pow() 232 ix = j|0x3ff00000; /* normalize ix */ in __ieee754_pow() 233 if(j<=0x3988E) k=0; /* |x|<sqrt(3/2) */ in __ieee754_pow() 234 else if(j<0xBB67A) k=1; /* |x|<sqrt(3) */ in __ieee754_pow() 279 EXTRACT_WORDS(j,i,z); in __ieee754_pow() [all …]
|
/device/google/contexthub/firmware/lib/libm/ |
D | kf_rem_pio2.c | 62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 75 j = jv-jx; m = jx+jk; 76 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (float) ipio2[j]; 80 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; 87 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { 90 z = q[j-1]+fw; 110 j = iq[i]; 112 if(j!=0) { 113 carry = 1; iq[i] = 0x100- j; 115 } else iq[i] = 0xff - j; [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
D | SlotConfig.c | 47 UINTN j; in InitializeSlotInfo() 64 for (j = 0; j < mSlotInformation.NumberOfEntries; j++) { in InitializeSlotInfo() 65 if (mSlotInformation.SlotEntries[j].SmbiosSlotId == mSlotBridgeTable[i].SmbiosSlotId) { in InitializeSlotInfo() 66 if ((mSlotInformation.SlotEntries[j].SmbiosSlotId == 0x02) && in InitializeSlotInfo() 69 mSlotInformation.SlotEntries[j].Disabled = TRUE; in InitializeSlotInfo() 131 for (j = 0; j < mSlotInformation.NumberOfEntries; j++) { in InitializeSlotInfo() 132 if (mSlotInformation.SlotEntries[j].SmbiosSlotId == mSlotBridgeTable[i].SmbiosSlotId) { in InitializeSlotInfo() 133 mSlotInformation.SlotEntries[j].InUse = TRUE; in InitializeSlotInfo()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | dumpnode.c | 163 Junction *j; local 175 j = (Junction *) p; 176 fprintf(stderr, "Junction (#%d in rule %s line %d) ",j->seq,j->rname,j->line); 177 if (j->guess) fprintf(stderr,"guess block "); 178 switch (j->jtype ) { 207 if (j->halt) fprintf(stderr," halt!"); 208 if (j->p1) fprintf(stderr," p1 valid"); 209 if (j->p2) { 210 if (j->p2->ntype == nJunction) { 211 fprintf(stderr," (p2=#%d)",( (Junction *) j->p2)->seq); [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/ |
D | psci_setup.c | 85 int j; in psci_update_pwrlvl_limits() local 93 for (j = PLAT_MAX_PWR_LVL - 1; j >= 0; j--) { in psci_update_pwrlvl_limits() 94 if (temp_index[j] != nodes_idx[j]) { in psci_update_pwrlvl_limits() 95 nodes_idx[j] = temp_index[j]; in psci_update_pwrlvl_limits() 96 psci_non_cpu_pd_nodes[nodes_idx[j]].cpu_start_idx in psci_update_pwrlvl_limits() 99 psci_non_cpu_pd_nodes[nodes_idx[j]].ncpus++; in psci_update_pwrlvl_limits() 112 unsigned int i, j = 0, num_nodes_at_lvl = 1, num_nodes_at_next_lvl; in populate_power_domain_tree() local 140 for (j = node_index; in populate_power_domain_tree() 141 j < node_index + num_children; j++) in populate_power_domain_tree() 142 psci_init_pwr_domain_node(j, in populate_power_domain_tree() [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/MppLib/ |
D | MppLib.c | 82 UINT32 i, j, CtrlVal; in SetRegisterValue() local 89 for (j = 0; j < MPP_PINS_PER_REG; j++) { in SetRegisterValue() 90 CtrlVal |= MPP_PIN_VAL(7 * (UINTN) ReverseFlag + j * Sign, in SetRegisterValue() 91 MppRegPcd[i][7 * (UINTN) ReverseFlag + j * Sign]); in SetRegisterValue() 107 UINTN i, j, k, l; in PcdToMppRegs() local 125 for (j = 0; j < PCD_PINS_PER_GROUP; j++) { in PcdToMppRegs() 126 k = (PCD_PINS_PER_GROUP * i + j) / MPP_PINS_PER_REG; in PcdToMppRegs() 127 l = (PCD_PINS_PER_GROUP * i + j) % MPP_PINS_PER_REG; in PcdToMppRegs() 128 MppRegPcdTmp[k][l] = MppRegPcd[i][j]; in PcdToMppRegs() 134 for (j = 0; j < MPP_PINS_PER_REG; j++) { in PcdToMppRegs() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | util.py | 29 i = j = 0 35 a = actual[j] 43 j += 1 44 while actual[j] == a: 45 j += 1 52 j += 1 53 while actual[j] == a: 54 j += 1 57 unexpected.extend(actual[j:]) 111 for j in range(i, m): [all …]
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 102 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12() local 103 uint8_t *yv12_y = yv12_y0 + j * yStride; in rgb565_to_yv12() 104 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in rgb565_to_yv12() 106 uint16_t *rgb_ptr = rgb_ptr0 + get_rgb_offset(j, width, rgb_stride) / 2; in rgb565_to_yv12() 107 bool jeven = (j & 1) == 0; in rgb565_to_yv12() 160 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12() local 161 uint8_t *yv12_y = yv12_y0 + j * yStride; in rgb888_to_yv12() 162 uint8_t *rgb_ptr = rgb_ptr0 + get_rgb_offset(j, width, rgb_stride); in rgb888_to_yv12() 163 bool jeven = (j & 1) == 0; in rgb888_to_yv12() 210 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | printgrammar.c | 48 int j, k; in printarcs() local 51 for (j = 0; j < d->d_nstates; j++, s++) { in printarcs() 53 i, j, s->s_narcs); in printarcs() 66 int i, j; in printstates() local 74 for (j = 0; j < d->d_nstates; j++, s++) in printstates() 76 s->s_narcs, i, j); in printstates() 85 int i, j; in printdfas() local 94 for (j = 0; j < NBYTES(g->g_ll.ll_nlabels); j++) in printdfas() 95 fprintf(fp, "\\%03o", d->d_first[j] & 0xff); in printdfas()
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoa.c | 168 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; in gdtoa() local 223 if ( (j = 11 - hi0bits(word0(d) & Frac_mask)) !=0) in gdtoa() 224 dval(d) /= 1 << j; in gdtoa() 250 i += j; in gdtoa() 255 if ((j = i) < 0) in gdtoa() 256 j = -j; in gdtoa() 257 if ((j -= 1077) > 0) in gdtoa() 258 ds += j * 7e-17; in gdtoa() 265 j = be + bbits - 1; in gdtoa() 266 if ( (jj1 = j & 3) !=0) in gdtoa() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | peephole.c | 257 int i,j, opcode, blockcnt = 0; local 281 j = GETJUMPTGT(code, i); 282 blocks[j] = 1; 313 Py_ssize_t i, j, codelen; local 380 j = GETARG(codestr, i+1); 382 SETARG(codestr, i, j); 392 j = GETARG(codestr, i); 393 if (j < 6 || j > 9 || 397 SETARG(codestr, i, (j^1)); 405 j = GETARG(codestr, i); [all …]
|