Searched refs:lc (Results 1 – 9 of 9) sorted by relevance
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 46 bool EntryPoint::parse(unsigned int lc, const std::string & str) in parse() argument 68 lc, in parse() 104 lc, in parse() 112 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str()); in parse() 189 int EntryPoint::validateVarAttr(const std::string& varname, size_t lc) const { in validateVarAttr() 191 fprintf(stderr, "ERROR: %u: Missing variable name in attribute\n", (unsigned int)lc); in validateVarAttr() 197 (unsigned int)lc, varname.c_str(), name().c_str()); in validateVarAttr() 203 int EntryPoint::setAttribute(const std::string &line, size_t lc) in setAttribute() argument 214 err = validateVarAttr(varname, lc); in setAttribute() 224 err = validateVarAttr(varname, lc); in setAttribute() [all …]
|
D | TypeFactory.cpp | 63 int lc = 0; in initFromFile() local 65 lc++; in initFromFile() 75 fprintf(stderr, "Error: %d : missing type name\n", lc); in initFromFile() 82 fprintf(stderr, "Error: %d : missing type width\n", lc); in initFromFile() 89 fprintf(stderr, "Error: %d : missing print-string\n", lc); in initFromFile() 105 …f(stderr, "Error: %d: invalid isPointer definition: 'true' but name does not end with '*'!\n", lc); in initFromFile() 110 …intf(stderr, "Error: %d: invalid isPointer definition: 'false' but name does end with '*'!\n", lc); in initFromFile() 114 …tf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc); in initFromFile() 125 lc, name.c_str(), lc); in initFromFile()
|
D | EntryPoint.h | 33 bool parse(unsigned int lc, const std::string & str); 53 int validateVarAttr(const std::string& varname, size_t lc) const; 54 int setAttribute(const std::string &line, size_t lc); 65 void err(unsigned int lc, const char *msg) { in err() argument 66 fprintf(stderr, "line %d: %s\n", lc, msg); in err()
|
D | ApiGen.cpp | 1465 unsigned int lc = 0; in readSpec() local 1467 lc++; in readSpec() 1469 if (ref.parse(lc, std::string(line))) { in readSpec() 1491 size_t lc = 0; in readAttributes() local 1494 lc++; in readAttributes() 1514 …stderr, "WARNING: %u: attribute of non existant entry point %s\n", (unsigned int)lc, line.c_str()); in readAttributes() 1521 setGlobalAttribute(line, lc); in readAttributes() 1523 currentEntry->setAttribute(line, lc); in readAttributes() 1532 int ApiGen::setGlobalAttribute(const std::string & line, size_t lc) in setGlobalAttribute() argument 1542 fprintf(stderr, "line %u: missing value for base_opcode\n", (unsigned) lc); in setGlobalAttribute() [all …]
|
D | ApiGen.h | 94 int setGlobalAttribute(const std::string & line, size_t lc);
|
/device/google/trout/agl_services_build/toolchain/ |
D | agl_toolchain.cmake | 61 -lc
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-jaws-snd-card/ |
D | workspaceFile.qwsp | 1 …3NJ59Fc0rn2Y+lc+7F0rv1YOtd+LJ1rP5bOtR9L59qPpXPtx9K59mPpXPuxdK79WDrXfiydaz+WzrUfS+faj6Vz7cfyufZj+Vz…
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1540 pl330_dmalpend(uint8_t nf, uint8_t bs, uint8_t lc, uint8_t ch, uint8_t flag) "nf=0x%02x bs=0x%02x l…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1540 pl330_dmalpend(uint8_t nf, uint8_t bs, uint8_t lc, uint8_t ch, uint8_t flag) "nf=0x%02x bs=0x%02x l…
|