Searched defs:add (Results 1 - 10 of 10) sorted by relevance

/system/core/libacc/tests/data/
H A Dtypedef.c7 void add(Point* result, Point* a, Point* b) { function
32 add(&c, &a, &b);
H A Dstructs.c49 void add(struct v* result, struct v* a, struct v* b) { function
71 add(&c, &a, &b);
/system/netd/
H A DNatController.cpp91 int NatController::doNatCommands(const char *intIface, const char *extIface, bool add) { argument
95 if (add == false) {
113 (add ? "A" : "D"),
119 snprintf(cmd, sizeof(cmd), "-%s FORWARD -i %s -o %s -j ACCEPT", (add ? "A" : "D"),
125 (!add ? "A" : "D"),
130 // add this if we are the first added nat
131 if (add && natCount == 0) {
140 if (add) {
/system/core/libpixelflinger/tinyutils/
H A DKeyedVector.h68 * add/insert/replace items
71 ssize_t add(const KEY& key, const VALUE& item);
145 ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) { function in class:android::KeyedVector
146 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) );
153 return mVector.add(pair);
H A DVector.h112 * add/insert/replace items
126 inline ssize_t add();
128 ssize_t add(const TYPE& item);
267 ssize_t Vector<TYPE>::add(const TYPE& item) { function in class:android::Vector
268 return VectorImpl::add(&item);
292 ssize_t Vector<TYPE>::add() { function in class:android::Vector
293 return VectorImpl::add();
H A DVectorImpl.cpp162 ssize_t VectorImpl::add() function in class:android::VectorImpl
164 return add(0);
167 ssize_t VectorImpl::add(const void* item) function in class:android::VectorImpl
483 ssize_t SortedVectorImpl::add(const void* item)
503 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );
/system/core/sh/
H A Dexec.c806 * Locate a command in the command hash table. If "add" is nonzero,
807 * add the command to the table if it is not already present. The
817 cmdlookup(const char *name, int add) argument
835 if (add && cmdp == NULL) {
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1108 add(fragment, incoming, texel, component);
1312 void GGLAssembler::add( function in class:android::GGLAssembler
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c1616 TI_UINT32 add = FUNC7_SEL; local
1663 add = pHwInit->uRegData;
1667 retAddress = (TI_UINT32)(add / 2);
1740 add = pHwInit->uRegData;
1741 retAddress = (TI_UINT32)(add / 2);
1934 Divide the top address by 2, and add 0x30000 to the result � for example for top address 0xC00, write to the OCP_POR_CTR 0x30600
1940 Divide the top address by 2, and add 0x30000 to the result � for example for top address 0xC00, write to the OCP_POR_CTR 0x30600
2129 Divide the top address by 2, and add 0x30000 to the result � for example for top address 0xC00, write to the OCP_POR_CTR 0x30600
2215 Divide the top address by 2, and add 0x30000 to the result � for example for top address 0xC00, write to the OCP_POR_CTR 0x30600
/system/core/libacc/
H A Dacc.cpp879 if (! (combined == 0xe2800000 || combined == 0xe2400000)) { // add/sub #0
921 mQ[-1] == 0xe0810000) { // add r0, r1, r0
930 unsigned int add = immediate | 0xE2800000; // add r0, r0, #n local
932 mQ.pushBack(add);
943 mQ[-1] == 0xe0810000) { // add r0, r1, r0
947 unsigned int add = 0xe0810000 | (log2(stride) << 7); // add r0, r1, r0, LSL #log2(stride) local
948 mQ.pushBack(add);
1043 o4(0xE28ED004); // add s
3864 VariableInfo* add(tokenid_t tok) { function in class:acc::Compiler::SymbolStack
3893 VariableInfo* add(Type* pType) { function in class:acc::Compiler::SymbolStack
[all...]

Completed in 144 milliseconds