HomeSort by relevance Sort by last modified time
    Searched refs:acnt (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/pipe/
pipe04.c 82 int acnt = 0, bcnt = 0; local
133 while ((acnt < 100) && (bcnt < 100)) {
142 acnt++;
  /external/u-boot/arch/arm/include/asm/ti-common/
ti-edma3.h 82 int acnt; member in struct:edma3_slot_config
116 void edma3_set_transfer_params(u32 base, int slot, int acnt,
  /external/u-boot/drivers/dma/
ti-edma3.c 225 * @acnt: how many bytes per array (at least one)
239 * single word shift register. In that case, @acnt would be equal to
245 * In that case, @acnt equals the FIFO width and @bcnt equals its depth.
251 void edma3_set_transfer_params(u32 base, int slot, int acnt,
273 __raw_writel((bcnt << 16) | (acnt & 0xffff), &rg->a_b_cnt);
325 __raw_writel((cfg->bcnt << 16) | (cfg->acnt & 0xffff), &rg->a_b_cnt);
419 slot.acnt = a_cnt_value;
456 slot.acnt = rem_bytes;
  /external/u-boot/arch/arm/mach-keystone/
ddr3.c 171 slot.acnt = DDR3_EDMA_BLK_SIZE;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 112 unsigned ACnt;
137 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
139 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)),
155 unsigned getAutoreleaseCount() const { return ACnt; }
156 unsigned getCombinedCounts() const { return Cnt + ACnt; }
159 ACnt = 0;
165 ACnt = i;
248 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt &
    [all...]

Completed in 581 milliseconds