Searched refs:mmm (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 339 struct mtab_list *mmm = 0; in mount_main() local 364 for (mmm = mtl2; mmm; mmm = mmm->next) in mount_main() 365 if (!strcmp(mm->dir, mmm->dir) && !strcmp(mm->device, mmm->device)) in mount_main() 369 if (!mmm) { in mount_main()
|
/third_party/lzma/C/ |
H A D | LzFind.c | 1156 mmm = p->cyclicBufferSize; \
1157 if (pos < mmm) \
1158 mmm = pos;
1163 UInt32 mmm;
in Bt3_MatchFinder_GetMatches() local 1185 if (d2 < mmm && *(cur - d2) == *cur)
in Bt3_MatchFinder_GetMatches() 1204 UInt32 mmm;
in Bt4_MatchFinder_GetMatches() local 1229 if (d2 < mmm && *(cur - d2) == *cur)
in Bt4_MatchFinder_GetMatches() 1238 else if (d3 < mmm && *(cur - d3) == *cur)
in Bt4_MatchFinder_GetMatches() 1247 else if (d3 < mmm && *(cur - d3) == *cur)
in Bt4_MatchFinder_GetMatches() 1272 UInt32 mmm;
in Bt5_MatchFinder_GetMatches() local 1344 UInt32 mmm; Hc4_MatchFinder_GetMatches() local 1412 UInt32 mmm; Hc5_MatchFinder_GetMatches() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_tns.c | 107 const int mmm = FFMIN(ics->tns_max_bands, ics->max_sfb); in ff_aac_apply_tns() local 122 start = ics->swb_offset[FFMIN(bottom, mmm)]; in ff_aac_apply_tns() 123 end = ics->swb_offset[FFMIN( top, mmm)]; in ff_aac_apply_tns() 166 const int mmm = FFMIN(sce->ics.tns_max_bands, sce->ics.max_sfb); in ff_aac_search_for_tns() local 169 const int sfb_start = av_clip(tns_min_sfb[is8][s->samplerate_index], 0, mmm); in ff_aac_search_for_tns() 170 const int sfb_end = av_clip(sce->ics.num_swb, 0, mmm); in ff_aac_search_for_tns()
|
H A D | aacdec_template.c | 2610 const int mmm = FFMIN(ics->tns_max_bands, ics->max_sfb); local 2617 if(!mmm) 2632 start = ics->swb_offset[FFMIN(bottom, mmm)]; 2633 end = ics->swb_offset[FFMIN( top, mmm)];
|
/third_party/lame/libmp3lame/ |
H A D | quantize.c | 1723 static int mmm = 0; in VBR_new_iteration_loop() 1726 if (mmm < fff) in VBR_new_iteration_loop() 1727 mmm = fff; in VBR_new_iteration_loop() 1728 printf("demand=%3d kbps max=%3d kbps limit=%3d kbps\n", fff, mmm, hhh); in VBR_new_iteration_loop()
|
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 663 return `${res}:${pad(seconds)}.${ms} (${hours !== 0 ? 'h:m' : ''}m:ss.mmm)`;
|
Completed in 11 milliseconds