Home
last modified time | relevance | path

Searched refs:set_temp (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
H A Dmain.c112 uint8_t *kid = NULL, ktmp[4096], set_temp[32 * 1024], temp[256]; in main() local
206 ck = lws_cose_key_import(&set, NULL, NULL, set_temp, stp); in main()
236 if (stp + (size_t)n > sizeof(set_temp)) { in main()
240 memcpy(set_temp + stp, temp, (size_t)n); in main()
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp282 void set_temp(Temp tmp) in set_temp() function
1564 ctx.info[instr->definitions[0].tempId()].set_temp(instr->operands[0].getTemp()); in label_instruction()
1610 ctx.info[instr->definitions[0].tempId()].set_temp(split->operands[0].getTemp()); in label_instruction()
1632 ctx.info[instr->definitions[0].tempId()].set_temp(instr->operands[0].getTemp()); in label_instruction()
1660 ctx.info[instr->definitions[i].tempId()].set_temp(vec_op.getTemp()); in label_instruction()
1699 ctx.info[instr->definitions[0].tempId()].set_temp(instr->operands[0].getTemp()); in label_instruction()
1742 ctx.info[instr->definitions[0].tempId()].set_temp(instr->operands[0].getTemp()); in label_instruction()
1860 ctx.info[instr->definitions[0].tempId()].set_temp( in label_instruction()
1875 ctx.info[instr->definitions[0].tempId()].set_temp(instr->operands[0].getTemp()); in label_instruction()
1923 ctx.info[instr->definitions[1].tempId()].set_temp( in label_instruction()
[all...]

Completed in 6 milliseconds