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

  /external/libedit/src/
terminal.h 66 size_t t_loc; /* location used */ member in struct:__anon7349
terminal.c 284 el->el_terminal.t_loc = 0;
313 el->el_terminal.t_loc = 0;
355 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) {
358 el->el_terminal.t_loc], cap);
359 el->el_terminal.t_loc += clen + 1; /* one for \0 */
376 el->el_terminal.t_loc = tlen;
377 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) {
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
385 el->el_terminal.t_loc += (size_t)clen + 1; /* one for \0 */
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 939 RegLocation* t_loc = &ArgLocs[i]; local
941 RegStorage reg = GetArgPhysicalReg(t_loc, &num_gpr_used, &num_fpr_used, &op_size);
948 if (t_loc->location == kLocPhysReg) {
950 OpRegCopy(t_loc->reg, reg);
953 if (t_loc->ref) {
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 2508 RegLocation* t_loc = &ArgLocs[i]; local
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 411 RegLocation* t_loc = &ArgLocs[i]; local
412 if ((v_map->core_location == kLocPhysReg) && !t_loc->fp) {
415 } else if ((v_map->fp_location == kLocPhysReg) && t_loc->fp) {
423 if (t_loc->wide) {
424 PromotionMap* p_map = v_map + (t_loc->high_word ? -1 : +1);
428 if ((cu_->instruction_set == kThumb2) && t_loc->fp && !need_flush) {
437 int lowreg_index = start_vreg + i + (t_loc->high_word ? -1 : 0);
    [all...]

Completed in 172 milliseconds